body {
    background: url("images/main-bg.png") repeat scroll 0 0 rgb(238, 238, 238);
    color: rgb(68, 68, 68);
    font: 12px/1.8 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.outerbox {
    -moz-box-sizing: border-box;
    margin: 0 auto;
    width: 970px;
    margin-top: 1, 5%;
}
#wrap {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}
header {
    padding: 20px 25px;
    position: relative;
}
#head{
    height: 74px;
}
#logo {
    float: left;
    font-size: 16pt;
    line-height: 1.5;
    color: rgb(5, 79, 139);
    font-weight: bold;
}
#adress{
	float: right; 
}
nav {
    background: none repeat scroll 0 0 rgb(51, 102, 153);
    height: 45px;
    position: relative;
    z-index: 2;
    float: none;
    clear: both;
}
nav .notfall {
    background-color: white !important;
    float: right;
}
nav .notfall a {
    color: red !important;
}
nav ul .notfall:hover {
    background-color: lightgrey !important;
}
nav ul li {
    float: left;
    line-height: 45px;
    white-space: nowrap;
    position: relative;
}
nav ul li a {
    align: center;
    color: white;
    font-size: 10pt;
    padding: 4px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    display: block;
    padding: 0px 15px;
    z-index: 9;
}
nav ul li:hover {
    background-color: rgb(5, 79, 139) !important;
}
nav ul li:hover ul {
    display: block;
}
nav ul li ul {
    float: left !important;
    display: none;
    position: absolute;
    top: 100%;
    padding: 0px 10px 10px 10px;
    left: -10px;
    top: 45px;
}
nav ul li ul li {
    float: none;
    background: rgba(71, 115, 191, 0.7);
    position: relative;
}
nav ul li ul li a {
    float: none;
    position: relative;
}
nav ul li ul li:hover ul {
    display: block !important;
}
nav ul li ul li ul {
    float: none !important;
    position: absolute;
    left: 100%;
    top: 0;
    display: none !important;
    padding: 0 10px 10px 0px;
}
nav ul li ul li ul li {
    clear: both;
    background: rgba(0, 0, 0, 0.5)
}
section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 320px;
    padding-bottom: 80px;
}
section article {
    clear: both;
    margin-left: auto;
    margin-rigth: auto;
}
section article header {
    font-size: 14pt;
    color: rgb(5, 79, 139);
    font-weight: bold;
}
section article .sub {
    font-size: 12pt !important;
    padding: 0px 0px 0px 0px;
    !important;
}
section article .sub2 {
    font-size: 12pt !important;
    padding-left: 45px;
    padding-top: 30px;
    padding-bottom: 0px;
}
section article .sub3 {
    font-size: 10pt !important;
    padding-top: 0px;
    padding-left: 45px;
    padding-bottom: 0px;
}
section .team {
    padding-left: 50px;
}
section article ul {
    padding-left: 20px;
}
section article .subhead {
    font-size: 12pt !important;
}
section article .subhead2 {
    font-size: 16pt !important;
}
section article p,
section article .imp,
section article .map {
    padding-left: 45px;
    width: 70%;
    float: left;
    text-align: justify;
}
section article .teambesch,
section article .teambesch2 {
    padding-left: 45px;
    padding-top: 15px;
    float: left;
}
section article .snd,
section article .teambesch2 {
    padding-left: 0px !important;
}
section article img {
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 5px;
    float: left;
}
section article .map {
    width: 349px !important;
    position: absolute;
}
section article .artcont {
    padding-top: 45px;
    padding-left: 465px;
    padding-bottom: 300px;
}
section article .artcont2 {
    padding-top: 15px;
    padding-left: 230px;
}
section article .aerzte {
    padding-left: 45px;
    padding-top: 22px;
    padding-bottom: 15px;
    position: absolute;
}
.iso {
    padding-right: 15px;
}
aside {
    position: absolute;
    margin-left: 780px;
    margin-top: 295px;
}
aside img {
    margin-top: 50px;
    padding-left: 20px;
}
footer {
    background-color: rgb(51, 102, 153);
    clear: both;
    width: 920px;
    font-size: 11px;
    padding: 10px 25px;
    color: white;
}
footer a {
    color: white;
}
.slideshow,
.slideshow:after {
    width: 100%;
}
.slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.slideshow li span {
    width: 100%;
    position: absolute;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 60s linear infinite 0s;
    -moz-animation: imageAnimation 60s linear infinite 0s;
    -o-animation: imageAnimation 60s linear infinite 0s;
    -ms-animation: imageAnimation 60s linear infinite 0s;
    animation: imageAnimation 60s linear infinite 0s;
}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.slideshow li:nth-child(7) span {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.slideshow li:nth-child(8) span {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}
.slideshow li:nth-child(9) span {
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}
.slideshow li:nth-child(10) span {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    6% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }
    13% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    6% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }
    13% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    6% {
        opacity: 1;
        -o-animation-timing-function: ease-out;
    }
    13% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    6% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
    }
    13% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    6% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    13% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
.no-cssanimations .slideshow li span {
    opacity: 1;
}
b {
    color: rgb(5, 79, 139);
}
.big {
    font-size: 12pt
}
a {
    color: rgb(5, 79, 139);
    text-decoration: none;
    text-underline: none;
}
td {
    padding-top: 25px;
}
.lbsl td {
    padding-top: 0px;
}
.lbsl2 td,
.lbsl3 td {
    padding-top: 15px;
}
.lbsl3 {
    margin-top: 85px;
}
input {
    margin-left: 120px;
}
.mailform {
    position: absolute;
}
.button {
    color: rgb(5, 79, 139);
    margin-left: 0px;
}