body {

}
body div.wrapper {
    max-width: 698px;
    margin: 0 auto 10px;
}

/***
    header - h1- subnavigation - logo
*/
header {
    margin: 0 0 40px;
}
/***
    subnavigation
*/
header nav{
    float: left;
}
header nav ul li{
    margin: 0 10px 0 0;
    float: left;
}
header nav ul li a{
    font-size: 14px;
}
/***
    homelink & logo
*/
header nav + a {
    float: right;
}
header nav + a img{
}
/***
    maincontent
*/
header + div{
    padding: 0 0 20px;
}
section {
}
section#maincontent {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.indexsite .longtext {
    margin: 15px 0 0;
    font-size: 16px;
}
.mainheadline {
    margin: 0 0 20px;
}
.longtext {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 18px;
}
.mainheadline + .longtext {
    margin-top: 0;
}
.leistungen {
    margin: 20px 0 0;
    padding: 0 0 0 15px;
}
.leistungen li{
    padding: 3px 0 0 12px;
    font-size: 14px;
    line-height: 18px;
}
.vitaList {
    position: relative;;
}
.vitaList li {
    padding: 7px 0 0 12px;
}
.vitaList li:first-child {
    padding-top: 0;
}
.vitaList li span {
    display: block;
    float: left;
}
.vitaList li span:first-child {
    width: 150px;
    padding: 0 20px 0 0;
}
.refernces {
    line-height: 28px;
}
/***
    image slider home
*/
article#image_slider_home {
    width: 100%;
}
.iosSlider .slider {
    width: 100%;
    height: 100%;
}
.iosSlider .slider .item {
    top: 0;
    left: 0;
    width: 100%;
    height: 505px;
    background: #fff;
    margin: 0;
}
/***
    image silder work
*/
article#largeimage_slider {
    width: 100%;
}
article#smallimage_slider {
    width: 100%;
    height: 100px
}
.doubleSlider-1 {
    width: 100%;
    height: 505px;
}
.doubleSlider-1 .slider {
    width: 100%;
    height: 100%;
}
.doubleSlider-1 .slider .item {
    XXXposition: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 505px;
    margin: 0 0 0 0;
    background: #aaa;
}
/***
    lightbox links
*/
.doubleSlider-1 .slider .item a {
    width: 747px;
    height: 505px;
    position: absolute;
}
/**/
.doubleSlider-1 .slider .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 7px 0;
    text-align: center;
}

.doubleSlider-1 .slider .item .caption .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity:50);
    z-index: 0;
}
.doubleSlider-1 .slider .item .caption span {
    font: normal 11px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 #333;

    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.doubleSliderPrevButton {
    float: left;
    width: 20px;
    height: 40px;
    background: url(../../portal/pics/siteimages/slider-buttons.png) no-repeat 0 0;
    z-index: 2;
    margin: 12px 5px 0 0;
    left: -5px;
}
.doubleSliderNextButton {
    float: left;
    width: 20px;
    height: 40px;
    background: url(../../portal/pics/siteimages/slider-buttons.png) no-repeat 100% 0;
    z-index: 2;
    margin: 12px 0 0 5px;
}
.smallimage_slider {
    margin: 10px 0 0;
}
.doubleSlider-2 {
    float: left;
    margin: 0;
    width: 648px;
    height: 80px !important;
    margin: 0;
}
.doubleSlider-2 .slider {
    width: 100%;
    height: 100%;
}
.doubleSlider-2 .button {
    float: left;
    margin: 0 0 0 10px;
    width: 100px;
    height: 80px;
    opacity: 0.5;
    filter: alpha(opacity:50);
}
.doubleSlider-2 .button:first-child {
    margin-left: 0;
}
.doubleSlider-2 .button .border {
    border: 5px solid #000;
    opacity: 0.5;
    filter: alpha(opacity:50);
    width: 90px;
    height: 59px;
}
.doubleSlider-2 .selected {
    opacity: 1;
    filter: alpha(opacity:100);
}
/***
    mainnavigation
*/
section#mainnavigationcontainer {
    width: 100%;
}
section#mainnavigationcontainer nav{
    text-align: left;
}
section nav {}
section nav ul {}
section nav ul li {
    float: left;
    margin: 0 20px 50px 0;
}
section nav ul li a{
    font-size:16px;
    color:#7A7A7A;
    text-decoration: none;
    text-transform: uppercase;
}
section nav ul li a:hover{
    text-decoration: none;
    color: #EA5C10;
}
section nav ul li a.active {
    color: #EA5C10;
}
/***
    footer
*/
footer {
    width: 100%;
    clear: both;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer div.addthis_toolbox{
    float: right;
    margin: 3px 0 0 10px;
}
footer p {
    display: inline;
    font-size: 16px;
    color:#7A7A7A;
}
footer p a{
    color:#7A7A7A;
    text-decoration: none;
}
footer p a:hover{
    text-decoration: none;
}
/***
    coyyright
*/
span.copyright {
    float:left;
    font-size: 12px;
    display: block;
    padding: 5px 0 0;
}
/***
    clear floats
*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/***
    lightbox styles
*/
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
    width: auto;
    height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
    border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
    padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    /* Trick IE into showing hover */
    display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
    background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
    background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
    padding: 0 10px;
    color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
    width: 35px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
    cursor: pointer;
}
