
/* general style */

/* Geändert durch Kreis Unna\Torsten Tümmler */


.news-list-date {
	color: #535353;
}


.tt_news{
	font-size:120%;
}

/* Ende Änderungen */


html {
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    color: #535353;
    font-size: 96%;
    font-family: Arial, sans-serif;
    line-height: 1.4em;
}
h1, h2 {
    font-size: 170%;
    color: #009ee0;
    border-bottom: 3px solid #009ee0;
    padding-bottom: 0px;
    margin-bottom: 16px;
    line-height: 120%;
}
body.layout-2 h1, body.layout-2 h2 {
    text-transform: uppercase;
}
h3 {
    font-size: 130%;
    border-bottom: 1px dotted #000;
    padding-bottom: 3px;
    margin-bottom: 9px;
    line-height: 120%;
}
h4 {
    font-size: 130%;
    border-bottom: 1px dotted #000;
    padding-bottom: 3px;
    margin-bottom: 9px;
    line-height: 120%;
}
h3, h3 a, h4, h4 a {
    color: #535353;
}

#content input, textarea, select, option {
    font-family: Arial, sans-serif;
    font-size: 100%;
    color: #535353;
    -webkit-appearance: none;
    border-radius: 0;
}
/* general classes */
a { text-decoration: none; color: #535353 }
a:hover { color: #8ebe00; text-decoration: none; }
p {margin: 0 0 1em 0;}
span.blueFont { color: #009ee0; }
#mainContent li {margin-bottom: 1em;}
strong, b {font-weight: bold;}
.bigger {font-size: 120%; }
.clear { clear: both; }
.nomargin { margin: 0!important; }
.pagePadding { padding: 0px 10px;}
ul { list-style-type: none; }
ul li { padding-left: 20px; background-image: url("../img/li_blue.png"); background-size: 20px 20px; background-repeat: no-repeat; background-position: -4px -1px;}
#content ul {margin-bottom: 1em;}
nav ul li { background: none; padding-left: 0px; }
.fancybox-title-over { line-height: 1.3em; }
.grid { width: 100%; }
.gridelement { float: left; margin-right: 2.5%; }
.floatRight { float: right; }
.grid3_4 { width: 74%; }
.grid1_4 { width: 23.5%; }
.grid .grid .grid1_3 { width: 31.081081081081%;}
.grid .grid .gridelement { margin-right: 3.378378378378%;}
.noDesktop { display: none; }
/* page classes */
#page {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}

#pageWrapper {
    overflow: hidden;
}

/* language classes */
#navLanguages {
    position: absolute;
    top: 9px;
    left: 12px;
    width: 50%;
}
#navLanguages ul li a{
    display: block;
    height: 14px;
    width: 22px;
    border: 1px solid #c6c6c6;
    text-indent: -2000px;
    float: left;
    margin-right: 4px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 230px 270px;
}
#navLanguages ul li a{
  overflow: hidden;
  background: none;
}
#navLanguages ul li a:before{
  display: block;
  padding: 0px;
  content: url('../img/sprite_small.png');
  text-indent: 0;
}
#navLanguages ul li.id4006 a:before { margin-top: -109px; margin-left: -104px; }
#navLanguages ul li.id4008 a:before { margin-top: -109px; margin-left: -149px; }
#navLanguages ul li.id4010 a:before { margin-top: -109px; margin-left: -194px; }
#navLanguages ul li.id4005 a:before { margin-top: -155px; margin-left: -149px; }

/*
#navLanguages ul li.id4006 a { background-position: -104px -108px; }
#navLanguages ul li.id4008 a { background-position: -149px -108px; }
#navLanguages ul li.id4010 a { background-position: -194px -108px; }
#navLanguages ul li.id4005 a { background-position: -149px -153px; }
*/
/* navi top */
#naviTop {
    float: left;
    font-size: 80%;
    padding-top: 24px;
}
#naviTop ul li {
    display: inline;
}
/* logo */
#logo {
    float: right;
    padding-right: 2%;
    top: 0;
    right: 0;
    position: absolute;
}
#logo img {
	height: auto;
    width: 100%;
    max-width: 113px;
    margin-top: 10px;
}
/* header background */
#headerBG {
    width: 100%;
    position: relative;
    min-height: 200px;
    margin-bottom: 5px;
}
#headerImage {
	height: auto;
    width: 100%;
    -moz-box-shadow: 0px 3px 8px rgba(20,20,20,.3);
    -webkit-box-shadow: 0px 3px 8px rgba(20,20,20,.3);
    box-shadow: 0px 3px 8px rgba(20,20,20,.3);
    display: block;
}
#headerBG h1 {
  text-transform: uppercase;
   position: absolute;
    left: -10px;
    bottom: 20px;
    font-size: 150%;
    color: #ffffff;
    padding: 10px 19px 6px 11px;
    background: rgb(142,190,0);
    border: none;
    margin-bottom: 0px;
}
body.layout-2 #headerBG h1{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
}
.layout-2 #contentWrap {
    margin-top: 50px;
}
.layout-2 #content {
    margin-left: 0;
}
.layout-2 #mainContent {
    float: none;
    margin-right: 0;
    width: 100%;
}
.layout-2 #contentRight {
    float: none;
    right: 0;
    top: 20px;
    width: 100%;
    margin-top: 22px;
}
/* breadcrumb */
#breadcrumb {
    float: left;
    margin-top: 3px;
    margin-right: 26%;
}
#breadcrumb ul li {
    display: inline;
    font-size: 80%;
}
/* content general */
#contentWrap {
    margin-top: 70px;
    clear: both;
}
#content {
    margin-left: 258px;
    font-size: 90%;
    line-height: 130%;
}
#content a {
    color: #009ee0;
}
#content a:hover {
    color: #8ebe00;
    text-decoration: none;
}
#mainContent {
    width: 65.22911051212938%;
    margin-right: 3.369272237196765%;
    float: left;
}
#contentRight {
    width: 31.40161725067385%;
    float: right;
}
#search, #contactBoxWrapper {
    font-size: 110%;
}
/* search */
#searchform {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -53px;
}
#searchform input[type="text"] {
    height: 31px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: none;
    -moz-box-shadow: inset 2px 2px 3px #dadada;
    -webkit-box-shadow: inset 2px 2px 3px #dadada;
    box-shadow: inset 2px 2px 3px #dadada;
    max-width: 100%;
    font-size: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 53px;
    color: #434343;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
#searchform input[type="submit"],
#searchform button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 35px;
    width: 38px;
    background: #009ee0;
    border: none;
    text-indent: 2000px;
    cursor: pointer;
    float: left;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 460px 540px;
    background-position: -301px -478px;
    padding: 0;
    overflow: hidden;
}
#searchform button[type="submit"] {
  background: none;
}
#searchform button[type="submit"]:before {
  display: block;
  padding: 0px;
  content: url('../img/sprite.png');
  text-indent: 0;
  margin-top: -479px;
  margin-left: -301px;
}
/* info Boxes */
#contactBoxWrapper {
    margin-top: 19px;
    background: #009ee0;
}
#contactBoxWrapper #contactBox {
    border-bottom: 1px dotted #ffffff;
}
#contactBoxWrapper, #contactBoxWrapper a {
    color: #fff;
}
#contactBoxWrapper a:hover {
    color: #fff;
    text-decoration: underline;
}
#contactBoxWrapper .mobileInfoBox {
    padding: 20px 15px;
}
#contactBoxWrapper .mobileInfoBox li {
    background-image: url("../img/li_white.png");
    background-position: -4px 2px;
}
#contactBox {
    line-height: 1.3em;
}
#contactBox .mobileInfoBox {
    padding-top: 4px;
    padding-bottom: 16px;
}
#infoBox ul, #contactBox .bigger {
    line-height: 1.7em;
}
#contactBox h3 {
  color: #fff;
  border: none;
  font-size: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 100%;
}
#infoBox ul {
    margin: 0;
}
#contactBox .label{
    width: 50px;
    display: inline-block;
}
/* menu left */
#menuLeft {
    font-size: 85%;
    width: 233px;
    float: left;
    margin: 1px 25px 10px 0px;
}
#menuLeft a:hover{
    color: #8ebe00;
    text-decoration: none;
}
#menuLeft nav ul li a {
    display: block;
    border-top: 1px dotted #000;
    padding: 3px;
}
#menuLeft .sub > a {
    position: relative;
    padding-right: 20px;
}
#menuLeft .sub.act > a {
    border-bottom: 1px dotted #000;
}
#menuLeft nav ul li ul a{
    border: none;
    padding-left: 15px;
    padding-bottom: 2px;
}
#menuLeft a.active {
    color: #009ee0;
}
#menuLeft nav ul li ul {
    background: #eeeeee;
    padding: 3px 0px;
}
#menuLeft > nav > ul {
    border-bottom: 1px dotted #000;
}
#menuLeft ul a .arrow {
    height: 12px;
    width: 12px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 115px 135px;
    background-position: -7px -74px;
    position: absolute;
    display: block;
    top: 7px;
    right: 2px;
}
#menuLeft .sub.act > a .arrow {
    background-position: -30px -74px;
}
#menuLeft .sub ul {
    display: none;
}
#menuLeft .sub.act ul {
    display: block;
}
/* content right */
#contentRightText {
    margin-top: 20px;
}
#contentRight DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 0px;
}
#contentRight DIV.csc-textpic-imagewrap {
    background: none;
}
/* footer classes */
#mainFooter {
    margin-top: 30px;
    font-size: 86%;
    overflow: hidden;
    font-weight: bold;
}
#mainFooter h3 {
    font-size: 110%;
    padding-bottom: 1px;
    margin-bottom: 9px;
    color: #fff;
    border-color: #fff;
}
#mainFooter, #mainFooter a {
    color: #fff;
}
#mainFooter a:hover {
    text-decoration: underline;
}
#footerBG {
    background-color: #009ee0;
}
#footerBG .gridelement {
    height: 10px;
}
#footerBG .green {
    width: 75%;
    background-color: #8ebe00;
}
#footerBG .blue {
    width: 25%;
    background-color: #009ee0;
}
#footerInner {
    margin-top: 1px;
    /*background-color: #c6c6c6;*/
    background-color: #a8a8a8;
    padding: 29px 10px 4px 10px;
}
#copyright {
    margin-top: 34px;
    float: left;
}
#socialLinks {
    float: right;
    margin-top: 10px;
}
#socialLinks li {
    float: left;
}
#socialLinks a {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-size: 230px 270px;
    text-indent: -2000px;
}


#socialLinks a{
  overflow: hidden;
  background: none;
}
#socialLinks a:before{
  display: block;
  padding: 0px;
  content: url('../img/sprite.png');
  text-indent: 0;
}
#socialLinks .rss a:before { margin-top: -390px; margin-left: -35px; }
#socialLinks .facebook a:before { margin-top: -390px; margin-left: -125px; }
#socialLinks .twitter a:before { margin-top: -390px; margin-left: -215px; }

#socialLinks .rss a:hover:before { margin-top: -480px; margin-left: -35px; }
#socialLinks .facebook a:hover:before { margin-top: -480px; margin-left: -125px; }
#socialLinks .twitter a:hover:before { margin-top: -480px; margin-left: -215px; }

#socialLinks .rss a { background-position: -5px -5px; }
#socialLinks .facebook a { background-position: -50px -5px; }
#socialLinks .twitter a { background-position: -95px -5px; }

#socialLinks .rss a:hover { background-position: -5px -50px; }
#socialLinks .facebook a:hover { background-position: -50px -50px; }
#socialLinks .twitter a:hover { background-position: -95px -50px; }
/* typo3 elements */
#content .uploadsWrap .fileIcon {
    text-transform: uppercase;
    font-size: 80%;
}
#content .uploadsWrap .element {
    padding: 3px 10px;
}
#content .uploadsWrap a {
    color: #434343;
}
#content .uploadsWrap a:hover {
    text-decoration: underline;
    color: #434343;
}
.uploadsWrap .odd {
    background-color: #eeeeee;
}
#content form .formu > div {
    margin-top: 10px;
}
#content form .formu div {
    max-width: 100%;
}
#mainContent form .formu input[type="text"], textarea {
    max-width: 100%;
}
#mainContent form .formu input[type="submit"] {
    border: none;
    background-color: #fff;
    color: #009ee0;
    padding-left: 20px;
    background-image: url("../img/li_blue.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: -4px -1px;
}
.csc-textpic-image {
    position: relative;
    overflow: hidden;
}
.csc-textpic-caption {
    /*background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: absolute;*/
    font-size: 80%;
    bottom: 0;
    padding: 0.3em;
    width: 100%;
    line-height: 1.3em;
}
table.contenttable {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
}
table.contenttable td{
    border: none!important;
    padding: 3px!important;
}
table.contenttable thead {
    border-bottom: 1px dotted;
    font-size: 120%;
}
table.contenttable thead th {
    text-align: left;
}
table.contenttable tbody tr:nth-child(1),
table.contenttable tbody tr:nth-child(3),
table.contenttable tbody tr:nth-child(5),
table.contenttable tbody tr:nth-child(7),
table.contenttable tbody tr:nth-child(9),
table.contenttable tbody tr:nth-child(11),
table.contenttable tbody tr:nth-child(13) {
    background-color: #eeeeee;
}
table.contenttable p {
    margin-bottom: 0px;
}
#content img {
    max-width: 100%;
    height: auto;
}
DIV.csc-textpic-imagewrap {
    background-color: #fff;
    max-width: 50%;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 0px !important;
    border-left: 10px solid #fff;
}
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 0px !important;
    border-right: 10px solid #fff;
}
div.csc-textpic-below .csc-textpic-imagewrap {
    max-width: 100%;
}
.csc-textpic-imagewrap .csc-textpic-image {
    max-width: 100%!important;
}
.csc-textpic-imagerow.moreCols {
    width: auto!important;
    clear: both;
}
ul.csc-textpic-imagerow.moreCols li{
    margin-left: 2%!important;
    margin-bottom: 2%!important;
    display: block;
    float: left;
}
ul.csc-textpic-imagerow.moreCols li.csc-textpic-firstcol {
    margin-left: 0!important;
}
ul.csc-textpic-imagerow.cols5 li{
    width: 18.4%!important;
}
ul.csc-textpic-imagerow.cols4 li{
    width: 23.5%!important;
}
ul.csc-textpic-imagerow.cols3 li{
    width: 32%!important;
}
ul.csc-textpic-imagerow.cols2 li{
    width: 49%!important;
}
ul.csc-textpic-imagerow.cols1 li{
    width: 100%!important;
}
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
  padding-left: 0px;
}
/* custom classes */

/* > 960 tablet */
@media only screen and (min-width: 961px) {
    #socialLinks a {
        height: 30px;
        width: 30px;
        background-size: 460px 540px;
    }
    #socialLinks {
        margin-top: 20px;
    }
    #socialLinks .rss a { background-position: -35px -390px; }
    #socialLinks .facebook a { background-position: -125px -390px }
    #socialLinks .twitter a { background-position: -215px -390px; }

    #socialLinks .rss a:hover { background-position: -35px -480px; }
    #socialLinks .facebook a:hover { background-position: -125px -480px; }
    #socialLinks .twitter a:hover { background-position: -215px -480px; }
}
/* < 960 tablet */
@media only screen and (max-width: 960px) {
    #socialLinks a {
      background-image: url("../img/sprite.png");
      background-repeat: no-repeat;
      background-size: 230px 270px;
    }
    #socialLinks a:before { display: none; }
    #socialLinks .rss a { background-position: -5px -5px; }
    #socialLinks .facebook a { background-position: -50px -5px; }
    #socialLinks .twitter a { background-position: -95px -5px; }

    #socialLinks .rss a:hover { background-position: -5px -50px; }
    #socialLinks .facebook a:hover { background-position: -50px -50px; }
    #socialLinks .twitter a:hover { background-position: -95px -50px; }

    #dl-menu > ul > li > a {
        font-size: 140%;
    }
    #content {
        margin-left: 258px;
    }
    #mainContent {
        width: 100%;
        margin-right: 0;
    }
    #contentRight {
        width: 100%;
        float: none;
    }
    /* info Boxes*/
    .layout-1 #contentWrap {
        position: relative;
    }
    .layout-1 #contactBoxWrapper #contactBox {
        border: none;
    }
    .layout-1 .mobileInfoWrapper .mobileButton {
        width: 40px;
        height: 40px;
        background-image: url("../img/sprite.png");
        background-repeat: no-repeat;
        background-size: 230px 270px;
        background-position: -4px -4px;
        cursor: pointer;
        display: block;
        position: absolute;
        top: -65px;
        z-index: 20;
    }
    .layout-1 .mobileInfoWrapper .mobileButton.searchButton {
        right: 10px;
        background-position: -140px -5px;
    }
    .layout-1 .mobileInfoWrapper .mobileButton.contactButton {
        right: 55px;
        background-position: -140px -50px;
    }
    .layout-1 .mobileInfoWrapper .mobileButton.infoButton {
        right: 100px;
        background-position: -185px -50px;
    }
    .layout-1 .mobileInfoWrapper.active .mobileButton {
        z-index: 35;
    }
    .layout-1 .mobileInfoWrapper .mobileInfoBox {
        display: none;
    }
    .layout-1 .mobileInfoWrapper.active .mobileInfoBox {
        display: block;
        width: 300px!important;
        position: absolute!important;
        top: -25px;
        right: 0px;
        padding: 0px!important;
        z-index: 30;
        margin: 0!important;
    }
    .layout-1 .mobileInfoWrapper.active .mobileInfoInner {
        padding: 0px 10px;
        background: #8ebe00;
        margin: 0px 10px;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
    }
    .layout-1 #contactBox .mobileInfoInner {
        padding-top: 4px;
        padding-bottom: 14px;
    }
    .layout-1 #infoBox .mobileInfoInner {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .layout-1 #search .mobileInfoInner {
        background: #009ee0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .layout-1 #search .mobileInfoInner input[type="submit"],
    .layout-1 #search .mobileInfoInner button[type="submit"] {
        display: none;
    }
    .layout-1 #search .mobileInfoInner input {
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0px;
    }
    .layout-1 #search label {
        color: #fff;
        font-size: 130%;
        margin-bottom: 4px;
        display: block;
    }
}
/* > 760 tablet & desktop */
@media only screen and (min-width: 761px) {
    /* main menu */
    #headerNav {
        width: 80%;
        clear: both;
        float: left;
        margin: 29px 0px 4px 10px;
    }
    #dl-menu > ul {
        display: block;
        opacity: 1;
        position: relative;
    }
    #dl-menu > ul > li > a {
        /*background: #c6c6c7;*/
        background: #a8a8a8;
        font-size: 140%;
        text-transform: uppercase;
        display: block;
        width: 30%;
        margin-right: 0.625%;
        float: left;
        height: 32px;
        padding-top: 13px;
        text-align: center;
        color: #fff;
    }
    #dl-menu > ul > li > a:hover{
        text-decoration: none;
        background: #009ee0;
    }
    #dl-menu > ul > li.active > a {
        background: #009ee0;
    }
    #dl-menu > ul > li > .dl-submenu {
        display: none;
        position: absolute;
        background: #fff;
        border-top: 3px solid #009ee0;
        border-bottom: 3px solid #009ee0;
        top: 45px;
        z-index: 100;
        width: 34%;
    }
    #dl-menu .menu1 > .dl-submenu {
        left: 0px;
        padding: 15px 0px;
    }
    #dl-menu .menu2 > .dl-submenu {
        left: 11.625%;
        width: 68%;
    }
    #dl-menu .menu3 > .dl-submenu {
        right: 8.75%;
        padding: 15px 0px;
    }
    #dl-menu > ul > li.active > .dl-submenu{
        display: block;
    }
    #dl-menu > ul > li.menu2 > ul > li > a {
        color: #009ee0;
        border-bottom: 1px dotted #009ee0;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    #dl-menu > ul > li.menu2 > ul > li > a: hover {
        text-decoration: none;
    }
    #dl-menu ul li ul li ul li a,
    #dl-menu ul li.menu1 ul li a,
    #dl-menu ul li.menu3 ul li a{
        margin-top: 3px;
    }
    #dl-menu > ul > li > ul a {
        display: block;
        margin: 0 10%;
    }
    #dl-menu > ul li.sub1 a {
        margin-right: 5%;
    }
    #dl-menu > ul li.sub2 a {
        margin-left: 5%;
    }
    #dl-menu > ul > li.menu2 > .dl-submenu > li {
        width: 100%;
        padding: 15px 0px;
    }
    #dl-menu > ul > li.menu2 > .dl-submenu > li {
        width: 50%;
        float: left;
    }
}
@media only screen and (min-width: 761px) and (max-width: 960px) {
    #contentRightText .element > .article-line {
        width: 48%;
        float: left;
    }
    #contentRightText .element.even > .article-line {
        float: right;
    }
    .layout-2 #contentRight {
        font-size: 80%;
    }
    .layout-2 #searchform input[type="text"] {
        padding-left: 5px;
    }
    .layout-2 #infoBox ul li {
        background-position: -4px -1px;
    }
}
@media only screen and (max-width: 461px) {
    .csc-textpic-imagewrap {
        width: 100%;
        text-align: center;
    }
    .csc-textpic-imagewrap .csc-textpic-caption {
        text-align: left;
    }
    DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
        border-left: none;
    }
    DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
        border-right: none;
    }
}
/* < 760 mobile */
@media only screen and (max-width: 761px) {
    #content .gridelement {
        width: 100%;
        margin: 0;
        float: none;
    }
    .noDesktop {
        display: block;
    }
    .noMobile {
        display: none;
    }
    #mainHeader {
        height: 110px;
    }
    /* header image */
    #headerBG {
        min-height: 0px;
    }
    #headerBG img {
        display: none;
    }
    #headerBG h1 {
        position: relative;
        left: 0px;
        bottom: 0px;
        background-color: #fff!important;
        text-transform: uppercase;
        font-size: 150%;
        color: #009ee0;
        border-bottom: 3px solid #009ee0;
        padding-bottom: 2px;
        margin-bottom: 16px;
        padding-left: 0px;
    }
    #breadcrumb {
        display: none;
    }
    #contentWrap {
        margin-top: 0px;
    }
    #naviTop {
        display: none;
    }
    #menuLeft {
        width: 100%;
        float: none;
    }
    #content {
        margin-left: 0px;
        min-height: 210px;
    }
    #footerInner .gridelement {
        width: 100%;
        float: none;
    }
    #footerInner {
        padding-top: 10px;
        position: relative;
    }
    #footerInner h3 {
        display: none;
    }
    #socialLinks {
        position: absolute;
        top: 0px;
        right: 10px;
        float: none;
    }
    #navLanguages {
        position: absolute;
        left: auto;
        top: auto;
        bottom: 10px;
        right: 10px;
        z-index: 200;
        width: auto;
    }
    #navLanguages ul li.id4006 a:before {
      display: none;
    }
    #navLanguages ul li.id4006 a {
        border: none;
        height: 26px;
        width: 40px;
        background-size: 230px 270px;
        margin-right: 0px;
        background-position: -96px -147px;
        background-image: url("../img/sprite.png");
    }
    #navLanguages .id4008, #navLanguages .id4010, #navLanguages .id4005 {
        display: none;
    }
    /* info Boxen homepage */
    .layout-2 #contentWrap {
        position: relative;
    }
    .layout-2 #contactBoxWrapper #contactBox {
        border: none;
    }
    .layout-2 .mobileInfoWrapper .mobileButton {
        width: 40px;
        height: 40px;
        background-image: url("../img/sprite.png");
        background-repeat: no-repeat;
        background-size: 230px 270px;
        background-position: -4px -4px;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 65px;
        z-index: 20;
    }
    .layout-1 .mobileInfoWrapper .mobileButton {
        top: 65px;
    }
    .mobileInfoWrapper .mobileButton.searchButton {
        right: 10px;
        background-position: -140px -5px;
    }
    .mobileInfoWrapper .mobileButton.contactButton {
        right: 55px;
        background-position: -140px -50px;
    }
    .mobileInfoWrapper .mobileButton.infoButton {
        right: 100px;
        background-position: -185px -50px;
    }
    .mobileInfoWrapper.active .mobileButton {
        z-index: 35;
    }
    .mobileInfoWrapper .mobileInfoBox {
        display: none;
    }
    .mobileInfoWrapper.active .mobileInfoBox {
        display: block;
        width: 300px!important;
        position: absolute!important;
        top: -20px;
        right: 0px;
        padding: 0px!important;
        z-index: 30;
        margin: 0!important;
    }
    .mobileInfoWrapper.active .mobileInfoInner {
        padding: 0px 10px;
        background: #8ebe00;
        margin: 0px 10px;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
    }
    #contactBox .mobileInfoInner {
        padding-top: 4px;
        padding-bottom: 14px;
    }
    #infoBox .mobileInfoInner {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #search .mobileInfoInner {
        background: #009ee0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #search .mobileInfoInner input[type="submit"] {
        display: none;
    }
    #search .mobileInfoInner input {
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0px;
    }
    #search label {
        color: #fff;
        font-size: 130%;
        margin-bottom: 4px;
        display: block;
    }
    /* info Boxes*/
    #searchform button[type='submit'] {
      display: none;
    }
    #contentWrap {
        position: static!important;
    }
    .mobileInfoWrapper .mobileButton {
        top: 70px;
        right: auto;
    }
    .mobileInfoWrapper .mobileButton.searchButton {
        left: 100px;
    }
    .mobileInfoWrapper .mobileButton.contactButton {
        left: 10px;
    }
    .mobileInfoWrapper .mobileButton.infoButton {
        left: 55px;
    }
    .layout-1 .mobileInfoWrapper.active .mobileInfoBox, .layout-2 .mobileInfoWrapper.active .mobileInfoBox {
        top: 105px;
        right: 0px;
        width: 100%!important;
    }
    /* menu left */
    #menuLeft nav ul li a {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 130%;
    }
    #menuLeft.closed > nav > ul > li, #menuLeft.closed > nav > ul > li> ul {
        display: none!important;
    }
    #menuLeft.closed ul > li:nth-child(-n+3){
        display: block!important;
    }
    #menuLeft .more {
        display: none;
    }
    #menuLeft > nav > ul > li:first-child > a {
        border-top: none;
    }
    #menuLeft.closed .sub.act > a .arrow {
        background-position: -7px -74px;
    }
    #menuLeft.closed .sub.act > a {
        border-bottom: none;
    }
    #menuLeft.closed .more {
        display: block;
    }
    #menuLeft.closed .less {
        display: none;
    }
    #menuLeft .moreLessButton {
        color: #009ee0;
        font-size: 130%;
        cursor: pointer;
    }
    #content h1, #content h2 {
        font-size: 130%;
        border-bottom: 1px dotted #000;
        padding-bottom: 3px;
        margin-bottom: 4px;
        color: #535353;
        text-transform: none;
        line-height: 120%;
    }
    DIV.csc-textpic-imagewrap {
        max-width: 100%;
    }
    #contentRight DIV.csc-textpic-imagewrap {
        max-width: 30%;
        width: auto;
        text-align: right;
    }
    #pageWrapper {
      overflow: visible;
    }
}

 h1, h2 {
    border-bottom: 3px solid #009EE0;
    color: #009EE0;
    font-size: 170%;
    line-height: 120%;
    margin-bottom: 16px;
    padding-bottom: 0;
}
            h3, h3 a, h4, h4 a {
    color: #535353;
}
h4 {
    border-bottom: 1px dotted #000000;
    font-size: 130%;
    line-height: 120%;
    margin-bottom: 9px;
    padding-bottom: 3px;
}

.text{
    line-height: 130%;
    color: #535353;
    font-family: Arial,sans-serif;
}
.link{
    color: #009EE0;
    text-decoration: none;
}
a{
   
    color: #535353;
    text-decoration: none;

}
a:hover {
    color: #8EBE00;
    text-decoration: none;
}

.header {
color: #009EE0;font-family: Arial,sans-serif; font-size: 170%; line-height: 120%; margin-bottom: 16px; padding-bottom: 0;
}

.datum {
color: #535353;font-size: 130%; line-height: 120%; font-family: Arial,sans-serif; 
}