/* @override 
        http://dentaldesign/style.css */

/*
    Stylesheet by Florian Ziegler
    http://www.guerillagraphix.net/
*/

a.disabled {
   pointer-events: none;
   cursor: default;
}

* {
    border: none;
    outline: none;
}
html, body {
    margin: 0;
    padding: 0;
    min-height: fit-content;
    height: auto;
}
body {
    color: #707070;
    background: url(../images/body_bg.jpg) repeat-x fixed left bottom #f6f6f6;
    font: 14px/21px 'Corporate S W01 Regular', Helvetica, Arial, sans-serif;
}
a {
    color: #00437c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.narrow {
    font-weight: normal;
    font-family: 'Corporate S W01 Light', Helvetica, Arial, sans-serif;
}

/* @group Header */

#header {
    /*position: relative;*/
    margin-top: 10px;
}
#logo {
    background: url(../images/logo.png) no-repeat 0 0;
    text-indent: -1000em;
}

#header > div > a > img {
	max-width: 180px; 
	margin-top: 40px;
	margin-bottom: 40px;
}

#topnav {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
}
#topnav li {
    float: right;
    margin: 0 0 0 4px;
    padding: 6px 0 0 0;
}
#topnav a {
    color: #b1b1b1;
}
#topnav .icon {
    display: block;
    width: 21px;
    height: 20px;
    text-indent: -1000em;
}
#topnav .impressum, #topnav .anfahrt {
    padding-left: 8px;
    background: url(../images/dot.png) no-repeat 0 17px;
}
#topnav .email a, #topnav .print a {
    display: block;
    width: 21px;
    height: 21px;
    margin-top: -6px;
}
#topnav .email {
    margin: 0 0 0 12px;
    background: url(../images/icon_sprite.png) no-repeat 0 0;
}
#topnav .print {
    background: url(../images/icon_sprite.png) no-repeat -21px 0;
}
#breadcrumbs {
    font-size: 12px;
    line-height: 20px;
    color: #b1b1b1;
}
#breadcrumbs span {
    float: left;
    margin: 0 6px 0 0;
}
#breadcrumbs ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    line-height: inherit;
}
#breadcrumbs ul li {
    float: left;
}
#breadcrumbs ul li a {
    color: #b1b1b1;
}
#breadcrumbs ul li:before {
    content: "> ";
    margin: 0 0 0 6px;
}
#breadcrumbs ul li:first-child:before {
    content: none;
    margin: 0;
}

.orbit-container{
    box-shadow: 0px 1px 8px #ddd;
}

/* @end */

/* @group Content */

#kicker {
    display: block;
    margin: 0 0 5px 0;
}
h1 {
    margin: 0 0 20px 0;
    font-size: 46px;
    line-height: 44px;
    color: #b1b1b1;
    text-transform: uppercase;
    z-index: 20;
    font-family: 'Corporate S W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.entry p {
    line-height: 20px;
}
.entry p strong {
    font-weight: normal;
    font-family:'Corporate S W01 Bold', Helvetica, Arial, sans-serif;
}

/* @group Right */

.right #content img {
    top: 0;
    right: 0;
}
.right #content .entry {
    padding: 40px 0 0 0;
    width: 980px;
}
.right #content #kicker {
    margin-left: 135px;
}
.right #content h1 {
    margin-left: 135px;
    margin-bottom: 30px;
}
.right #content p {
    margin: 0 0 21px 0;
    width: 380px;
}

/* @end */

.z-fraeszentrum #content #kicker, .z-fraeszentrum #content h1 {

}

.z-kfo #content #kicker, .z-kfo #content h1 {

}

.p-aesthetik #content #kicker, .p-aesthetik #content h1 {
    margin-left: 118px;
}

.kontakt #content #kicker, .kontakt #content h1 {
    margin-left: 176px;
}
.team #content #kicker, .team #content h1 {
    margin-left: 112px;
}

/* @group Newsbox */

#news {
    position: relative;
    margin-top: 15px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 16px;
    background: #fff;
    box-shadow: 0px 1px 5px #bbb;
    z-index: 30;
}
#news h2 {
    margin: 0 0 10px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #b1b1b1;
    font-family: 'Corporate S W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
#news p {
    margin: 0 0 10px 0;
    color: #b1b1b1;
}
#news p.more {
    margin: 0;
    text-align: right;
}

/* @end */

input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 2px 40px 0;
    padding: 6px 6px 4px 6px;
    width: 200px;
    height: 22px;
    text-transform: uppercase;
    background-color: #dadbdb;
    font-family: 'Corporate S W01 Light', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    vertical-align: baseline;
    border: none;
    outline: none;
}
input[type=submit] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 0 40px 0;
    padding: 6px 10px;
    height: 22px;
    text-transform: uppercase;
    background-color: #b0b2b3;
    color: #fff;
    font-family: 'Corporate S W01 Light', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    vertical-align: baseline;
    border: 0px solid #b0b2b3;
    outline: none;
}
#route::-moz-focus-inner {
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
}

/* @group Content - Home */

.home #content #kicker {
    position: absolute;
    top: 50px;
    left: 200px;
}
.home #content h1 {
    position: absolute;
    top: 70px;
    left: 200px;
}
.home #content img {
    top: 0;
    right: 0;
}
.home #content .entry {
    padding: 180px 0 0 0;
    width: 380px;
}
.home .entry p {
    margin-left: 0;
}
/* @end */

/* @group Anfahrt */

.anfahrt #content #kicker {
    position: absolute;
    top: 50px;
    left: 0px;
}
.anfahrt #content h1 {
    position: absolute;
    top: 70px;
    left: 0px;
}
.anfahrt #content img {
    top: 40px;
    left: 160px;
    box-shadow: none;
}
.anfahrt #content .entry {
    position: absolute;
    top: 300px;
    left: 586px;
    padding: 0 0 120px 0;
    width: 380px;
    z-index: 5;
}
.anfahrt #content .entry p {
    margin-left: 0;
}
.anfahrt #content #news {
    top: 260px;
    left: 700px;
}

/* @end */

/* @group Text */

.text #content #kicker {
    position: absolute;
    top: 50px;
    left: 0;
}
.text #content h1 {
    position: absolute;
    top: 75px;
    left: 0px;
}
.text #content img {
    position: relative;
}
.text #content .entry {
    padding: 0 0 0 400px;
    width: 580px;
}
.text #content .entry p {
    margin-left: 0;
}
.text #content #news {
    top: 270px;
}

/* @end */

.teaser {
    clear: both;
    display: inline-block;
    border-top: 1px solid #b1b1b1;
    padding: 20px 0;
}
.teaser img {
    float: left;
    margin: 0 20px 0 0 ;
}
.teaser .text-box {
    float: left;
    width: 380px;
}
.teaser .pubdate {
    clear: both;
    float: left;
    margin: 0 6px 0 0;
}
.teaser h2 {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}
.teaser p {
    clear: both;
    margin: 0;
}

#archive {
    clear: both;
    padding: 25px 0 20px 0;
    font-size: 11px;
    line-height: 11px;
    height: 11px;
    border-top: 1px solid #b1b1b1;
}
#archive span {
    float: left;
    margin: 0 15px 0 0;
}
#archive ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#archive ul li {
    float: left;
    margin: 0 15px 0 0;
}

/* @end */

/* @group Navigation */

#navigation {
    position: fixed;
    bottom: 0;
    padding: 20px 0 0 0;
    width: 100%;
    height: 132px;
    background: url(../images/nav_bg.png) repeat-x 0 0;
    font-family: 'Corporate S W01 Light', Helvetica, Arial, sans-serif;
    overflow: hidden;
    z-index: 1000;
}
#navigation ul {
    margin: 0 auto;
    width: 980px;
    padding: 0;
    list-style: none;
    font-size: 22px;
    text-transform: uppercase;
}
#navigation ul li {
    display: block;
    padding: 21px 25px 0 0;
    float: left;
}
#navigation ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
#navigation ul li a:hover {
    color: #ddd;
}
#navigation ul .vip {
    padding-right: 0;
}
#navigation ul li.vip a {
    width: 134px;
    height: 24px;
    background: url(../images/vip_logo.png) no-repeat 0 0;
    text-indent: -1000em;
}
#navigation ul li.active a {
    font-family:'Corporate S W01 Bold', Helvetica, Arial, sans-serif;
}
#navigation ul li a span {
    padding-left: 5px;
    font-family: 'Corporate S W01 Light', Helvetica, Arial, sans-serif;
}

#navigation ul li.sub {
    margin: 0 18px 0 -5px;
    padding: 21px 0 0 15px;
    height: 112px;
    background: url(../images/nav_active_bg.jpg) repeat-x 0 0;
}
#navigation ul li ul {
    float: left;
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    color: #707070;
    text-transform: none;
    overflow: hidden;
}
#navigation ul li ul.left {
    width: 140px;
}
#navigation ul li ul.center {
    width: 95px;
}
#navigation ul li ul.right {
    width: 112px;
}

#navigation ul li.sub.pa ul.left {
    width: 135px;
}

#navigation ul li.sub.team {
    width: 124px;
}
#navigation ul li ul li {
    clear: both;
    float: none;
    margin: 0 0 5px 0;
    padding: 0;
}
#navigation ul li ul li a {
    color: #707070;
}
#navigation ul li ul li a:hover {
    color: #909090;
}
.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
p {
    font-family: inherit;
    font-weight: inherit; 
    font-size: inherit; 
    line-height: inherit;
}
.main_content{
    margin-top: 20px;
}
.top-bar,.top-bar-section,.top-bar-section ul li > a{
    text-transform: uppercase;
    font-size: 12px;
}
.orbit-timer{
    display: none;
}
.top-bar-section .dropdown li.active:not(.has-form)>a:not(.button) {
    color: #999999;
    background: #e4e4e4;
}
.top-bar-section .dropdown li.active:not(.has-form)>a:not(.button):hover {
    background: #f5f5f5;
}
.main_content img{
    box-shadow: 0px 1px 8px #ddd;
}

@media only screen and (min-width: 64.063em) {
    body{
        padding-bottom: 90px;
    }
}
/* @end */

.film:last-child{
    padding-bottom: 20px;
}

.news-container>li{
    /*    padding-left: 15px;
        padding-right: 15px;*/
}

.news-container p{
    font: 14px/21px 'Corporate S W01 Regular', Helvetica, Arial, sans-serif;
}

.news-date{
    color: #00437c;
    font-weight: normal;
    font-family: 'Corporate S W01 Light', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

p.news-title{
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 25px;
    color: #b1b1b1;
    text-transform: uppercase;
    z-index: 20;
    font-family: 'Corporate S W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

[class*="block-grid-"] {
    margin: 0;
}

[class*="block-grid-"] > li {
    padding: 0 2.625rem 1.25rem;
}

.change{
    color: red;
}