.front #content-wrapper {
    border: 0;
    background-color: transparent;
}
.front #subnavi-frame {
    display: none;
}
.front .panel-flexible .panels-flexible-row {
    padding: 0;
}
.front .panels-flexible-region-1-center { width: 100%; }
/* ====== CONTENT-SLIDER - DEFINITIONS ===== */
.front .panels-flexible-region-1-center-inside .pane-block-3 {
    position: relative;
}
.front .slider-wrapper {
    position: relative;
    height: 398px;
    border: 1px solid #CCC;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #f2f2f2 0%, #ebebeb 38%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f2f2f2), color-stop(38%,#ebebeb), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #f2f2f2 0%,#ebebeb 38%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #f2f2f2 0%,#ebebeb 38%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #f2f2f2 0%,#ebebeb 38%,#cecece 100%); /* IE10+ */
    background: linear-gradient(45deg,  #f2f2f2 0%,#ebebeb 38%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cecece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    overflow: hidden;
    margin-bottom: 10px;
}
.front .slider-wrapper .slide {
    display: none;
    position: absolute;
    top: 0;
    width: 768px;
}
.front .content-slider-nav {
    display: none;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.front .content-slider-nav .arrow {
    width: 25px;
    height: 20px;
    cursor: pointer;
    background: url("../../images/icons/slider-arrows.png") no-repeat left center;
}
.front .content-slider-nav .arrow.left {
    float: left;
    margin-left: 10px;
}
.front .content-slider-nav .arrow.right {
    float: right;
    margin-right: 10px;
    background-position: right center;
}
.front .content-slider-nav .bullet-wrapper {
    float: left;
    width: 580px;
    margin: 0 54px;
    text-align: center;
}
.front .content-slider-nav .bullet-wrapper .bullet {
    cursor: pointer;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    background: url("../../images/icons/slider-bullets.png") no-repeat left center;
}
.front .content-slider-nav .bullet-wrapper .bullet.active {
    background-position: right center;
}
.front .slider-wrapper .slide h2 {
    color: #0070b8;
    font-size: 1.4em;
    padding-left: 20px;
    margin: 15px 0 0;
    line-height: 1.2em;
}
.front .slider-wrapper .slide h6 {
    color: #000;
    font-size: 0.75em;
    padding-left: 20px;
    margin: 0;
    font-weight: bold;
}
.front .slider-wrapper .slide h2+h6 {
    margin: 0;
}
.front .slider-wrapper .slide p {
    margin: 10px 0 0;
    padding-left: 20px;
    font-size: 0.75em;
    line-height: 1.4em;
}
.front .slider-wrapper .slide p:first-child { margin: 0; padding:0; }

/* ====== CONTENT-HIGHLIGHT - DEFINITIONS ===== */
#content .content-highlight {
    float: left;
    position: relative;
    padding: 0 10px;
    width: 228px;
    height: 238px;
    border: 1px solid #CCC;
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #dbdbdb 0%, #fcfcfc 80%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dbdbdb), color-stop(80%,#fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #dbdbdb 0%,#fcfcfc 80%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #dbdbdb 0%,#fcfcfc 80%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #dbdbdb 0%,#fcfcfc 80%); /* IE10+ */
    background: linear-gradient(135deg,  #dbdbdb 0%,#fcfcfc 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    overflow: hidden;
}
#content .content-highlight:nth-child(2) { margin: 0 9px; }
#content .content-highlight.placeholder { visibility: hidden; opacity: 0;}
#content .content-highlight .highlight-icon {
    float: right;
    display: inline-block;
    width: 35px;
    height: 40px;
    margin-bottom: 5px;
    background: #0070B8 center no-repeat;
}
#content .content-highlight .highlight-icon.broschuere {
    background-image: url("../../images/icons/highlight-broschuere.png");
}
#content .content-highlight .highlight-icon.pressemeldung {
    background-image: url("../../images/icons/highlight-presse.png");
}
#content .content-highlight .highlight-icon.grafik {
    background-image: url("../../images/icons/highlight-presse.png");
}
#content .content-highlight header h1 {
    font-size: 1.05em;
    margin: 0;
    text-transform: capitalize;
}
#content .content-highlight header h2 {
    margin: 3px 0 0;
    color: #000;
    font-size: 0.75em;
    line-height: 1.3em;
}
#content .content-highlight .content p {
    font-size: 0.75em;
    line-height: 1.3em;
    margin: 10px 0 0 0;
}
#content .content-highlight a.button {
    position: absolute;
    bottom: 20px; 
    right: 10px;
    font-size: 0.75em;
    line-height: 1.3em;
    /*padding: 2px 7px;*/
}