/*

	PRIMARY STYLES
	Author: Daniel Kremin, Christian Hermann Quinders

*/

/*

	TEMPLATE

*/

html, body {
    height: 100%;
}
body {
    color: #222;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}
.page {
    position: relative;
    min-height: 100%;
    min-width: 960px;
}
.touch .page {
    min-width: 1024px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.topbar {
    position: relative;
    background-color: #fff;
    z-index: 0;
}
.menubar {
    position: relative;
    color: #000c20;
    background: #e9e9eb url(skin/menubar-shadow.png) 0 0 repeat-x;
    z-index: 1;
}
.main {
    padding-top: 100px;
}
.no-breadcrumb .main {
    padding-top: 60px;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
}
.content.fixed {
    margin: 0;
    width: 960px;
}
.section {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 580px;
    overflow: hidden;
}
.section .content {
    position: relative;
    padding: 40px 40px 0 40px;
    z-index: 2;
}
.section .content.bottom {
    position: absolute;
    left: 0;
    bottom: 0px;
}
.touch .section {
    height: 580px;
    min-height: auto;
}
.touch .no-breadcrumb .section {
    height: 615px;
}
.touch .section-list, .touch .section-article {
    height: auto;
}
.section-map .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0 40px;
    width: 31%;
}
.section-list .content {
    padding: 0;
}
.section-article .content {
    padding: 40px 20px;
}
.section-fade .content {
    position: relative;
    z-index: 1;
}
.teasers {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 320px;
    z-index: 9999;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background.half-left {
    width: 62%;
}
.background.half-right {
    left: auto;
    right: 0;
    width: 62%;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.background-video video {
    min-width: 100%;
    min-height: 100%;
}
.background-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.background-fade {
    z-index: 0;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,12,32,0.3);
}
.mask.gradient {
    background: url(skin/mask-gradient.png) left top repeat-x;
}
a:link, a:active, a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
.col-left {
    float: left;
}
.col-right {
    float: right;
}
/*

	MODULES

*/

.js .fade {
    display: none;
}
.mod {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}
/* Dividing Rules */
.dividing-rule-left {
    margin-left: 0;
    border-left: 1px solid #fff;
    padding-left: 29px;
}
.dividing-rule-right {
    margin-right: 0;
    border-right: 1px solid #fff;
    padding-right: 29px;
}
/* Padding */
.padding-right {
    padding-right: 30px;
}
.padding-left {
    padding-left: 30px;
}
.padding-left-double {
    padding-left: 40px;
}
.padding-top {
    padding-top: 30px;
}
.padding-top-half {
    padding-top: 15px;
}
.padding-top-double {
    padding-top: 60px;
}
.padding-bottom {
    padding-bottom: 30px;
}
.padding-bottom-half {
    padding-bottom: 15px;
}
.padding-bottom-double {
    padding-bottom: 60px;
}
.padding-top-col {
    padding-top: 90px;
}
/* Margin */
.no-margin {
    margin: 0;
}
.margin-right {
    margin-right: 30px;
}
.margin-left {
    margin-left: 30px;
}
.margin-top {
    margin-top: 30px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.margin-top-double {
    margin-top: 60px;
}
.margin-bottom-double {
    margin-bottom: 60px;
}
/* Flush */
.flush {
    margin: 0;
}
.flush-left {
    margin-left: 0;
}
.flush-right {
    margin-right: 0;
}
.flush-top {
    margin-top: -9px;
}
.flush-bottom {
    margin-bottom: -9px;
}
/* Pull */
.pull {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.pull-left {
    margin-left: 0;
    padding-left: 30px;
}
.pull-right {
    margin-right: 0;
    padding-right: 30px;
}
.pull-half {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
/* Solid Borders */
.border {
    border: 1px solid #fff;
}
.border-top {
    border-top: 1px solid #fff;
}
.border-bottom {
    border-bottom: 1px solid #fff;
}
.border-left {
    border-left: 1px solid #fff;
}
.border-right {
    border-right: 1px solid #fff;
}
/* Dotted Borders */
.border-dotted-top {
    border-top: 1px dotted #fff;
}
.border-dotted-bottom {
    border-bottom: 1px dotted #fff;
}
.border-dotted-left {
    border-left: 1px dotted #fff;
}
.border-dotted-right {
    border-right: 1px dotted #fff;
}
/* Border colors */
.border-darkred {
    border-color: #421919;
}
.border-gold {
    border-color: #b4a873;
}
.border-black {
    border-color: #000;
}
.border-white {
    border-color: #fff;
}
.border-lightgrey {
    border-color: #1a375e;
}
/* Backgrounds */
.highlight {
    background-color: #fff;
}
/* Box Styles */
.dropshadow {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.boxed {
    margin: 0;
    padding: 30px 40px 10px 40px;
    background-color: #fff;
    filter: alpha(opacity=90); /* IE */
    opacity: 0.9; /* allgemein */
    -moz-opacity: 0.9; /* Mozilla */
    -khtml-opacity: 0.9; /* KTHML */
    -opera-opacity: 0.9; /* Opera */
}
.boxed-compressed {
    margin: 0;
    padding: 15px 20px 1px 20px;
    background-color: #fff;
}
/* Logo */
.logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 40px;
}
.logo a {
    height: 60px;
    background-image: url(skin/frankonia-logo.png);
    background-position: left center;
}
/* Nav */
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none outside;
}
.nav li {
    display: inline-block;
}
.ie7 .nav li {
    display: inline;
    zoom: 1;
}
.nav a {
    padding: 0 10px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    display: block;
}
.nav .last a {
    border-bottom: 1px solid #f8e6c6;
}
.nav .active a, .nav a:hover {
    color: #000c20;
}
/* Nav Inline */
.nav-inline {
    display: inline-block;
    vertical-align: middle;
}
.ie7 .nav-inline {
    display: inline;
    zoom: 1;
}
/* Global Nav */
.nav-global {
    padding: 10px 30px;
    text-align: right;
}
.nav-global a {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
}
/* Nav Languages */
.nav-language ul li {
    padding: 6px 0 0;
}
.nav-language ul li a {
    padding: 0;
    display: block;
    width: 22px;
    height: 22px;
}
/* Nav Menu */
.nav-menu {
    margin-left: 30px;
    vertical-align: top;
}

.nav-menu .external-link a {
    background-image: url(skin/related-icons.png);
    background-position: right -0px;
}

.nav-menu a {
    position: relative;
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000c20;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    background: url(skin/nav-menu.png) right -40px no-repeat;
    z-index: 0;
}
.nav-menu li {
    width: 320px;
    display: inline-block;
}
.ie7 .nav-menu li {
    display: inline;
    zoom: 1;
}
.nav-menu li li {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
    display: block;
}
.oldie .nav-menu li li {
    border-color: transparent;
}
.nav-menu li li a {
    background-color: rgba(233,233,235,.95);
}
.oldie .nav-menu li li a {
    background-color: #e9e9eb;
}
.nav-menu li li li a {
    padding: 12px 40px 11px 20px;
    font-size: 12px;
    line-height: 17px;
}
.nav-menu .active > a {
    background-color: rgba(0,12,32,0.1);
}
.nav-menu li .active > a {
    background-color: #fff;
}
.nav-menu a:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    background-color: #fff;
    z-index: 1;
}
.nav-menu .dropdown-group > a {
    background-position: right 0;
}
.nav-menu .dropdown-group a:hover {
    box-shadow: none;
}
/* Nav Section */
.nav-section {
    position: absolute;
    margin: -40px 0 0 0;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    background: url(skin/nav-section-bg.png) 0 0 repeat;
}
.nav-section > ul {
    margin: 0 auto;
    width: 960px;
}
.nav-section > ul > li {
    padding-bottom: 1px;
}
.nav-section li {
    width: 319px;
    padding-right: 1px;
}
.nav-section a {
    background-color: rgba(255,255,255,0.8);
}
.nav-section.reset_position {
    position: relative;
    margin-top: 20px;
    top: 0;
}
.oldie .nav-section a {
    background-color: #fff;
}
/* Nav Pills */
.nav-pills {
    padding-bottom: 5px;
}
.nav-pills a {
    padding: 0 10px;
    margin-right: 10px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 10px;
}
.nav-pills a.active {
    background-color: #ddd;
}
/* Nav Tabs */
.nav-tabs {
    padding-bottom: 5px;
}
.nav-tabs ul:before, .nav-tabs ul:after {
    content: "";
    display: table;
}
.nav-tabs ul:after {
    clear: both;
}
.nav-tabs ul {
    border-bottom: 1px solid #ddd;
    zoom: 1;
}
.nav-tabs li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs a {
    padding: 5px 9px 3px;
    border: 1px solid transparent;
    margin-right: 2px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.nav-tabs a:hover {
    background-color: #f5f5f5;
    border-bottom-color: #ddd;
}
.nav-tabs a.active {
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
/* Home Panel */
.home-panel {
    position: absolute;
    margin: -40px 0 0 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 3;
    background: url(skin/nav-section-bg.png) 0 0 repeat;
}
.home-panel .nav-menu {
    margin: 0;
}
.home-panel .nav-menu > ul {
    margin: 0 0 0 1px;
    width: 960px;
}
.home-panel .nav-menu > ul > li {
    padding-bottom: 1px;
}
.home-panel .nav-menu li {
    width: 319px;
    padding-right: 1px;
}
.home-panel .nav-menu a {
    background-color: rgba(255,255,255,0.8);
}
.oldie .home-panel .nav-menu a {
    background-color: #fff;
}
.home-panel .nav-menu a:hover {
    background-color: #fff;
}
.home-panel .box {
    margin-right: 1px;
}
/* Dropdown */
.dropdown-group {
    position: relative;
}
.dropdown-group > a {
    position: relative;
}
.dropdown-group .dropdown-menu {
    position: absolute;
    padding-top: 40px;
    left: 0;
    top: 0;
    display: none;
}
.dropdown-group:hover > a {
    z-index: 10;
    background-color: #fff;
}
.dropdown-group:hover .dropdown-menu {
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    display: block;
    z-index: 9;
}
/* Section Video */
.section-video {
    background-color: #000;
}
/* Google Map */
.background-map .map-container {
    height: 100%;
}
.googlemap-control {
    padding: 4px 4px 4px 0;
    z-index: 1;
}
.googlemap-control .control-ui {
    background-color: white;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.googlemap-control.visible .control-ui {
    background-color: #8E7641;
    color: #fff;
}
.googlemap-control .control-text {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 4px 8px;
}
/* Frame */
.frame, .frame-tabs, .frame-news {
    position: relative;
    overflow: hidden;
}
.frame .slide, .frame-tabs .tab, .frame-news .news-item {
    position: relative;
    float: left;
}
/* Tabbed Content */
.tabbed-content .frame-tabs {
    position: relative;
    overflow: hidden;
}
.frame-tabs .tab {
    width: 100%;
}
/* Section Fade */
.section-fade .frame {
    height: 100%;
}
.section-fade .frame .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}
.section-fade .frame .active {
    z-index: 10;
    display: block;
}
.section-fade .frame .animating {
    z-index: 11;
    display: block;
}
.section-fade .background-fade {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* Section Gallery */
.section-gallery .frame {
    height: 100%;
}
.section-gallery .slides {
    height: 100%;
}
.section-gallery .slide {
    height: 100%;
    overflow: hidden;
}
/* Gallery Label */
.gallery-label {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    z-index: 1;
    cursor: pointer;
}
.gallery-label h1 {
    position: relative;
    padding: 11px 60px 9px 20px;
    background-color: #fff;
}
.gallery-label span {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #000c20 url(skin/icon-arrow-white.png) -40px -40px no-repeat;
}
/* Nav Toggle */
.nav-toggle {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    list-style: none outside;
}
.nav-toggle li {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 99999;
}
.nav-toggle .label {
    right: 35px;
    padding: 11px 20px 9px;
    color: #000c20;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
}
.nav-toggle .prev {
    left: 0px;
}
.nav-toggle .next {
    right: 0px;
}
.nav-toggle a {
    display: block;
}
.nav-toggle span {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    text-indent: -999em;
    background: #000c20 url(skin/icon-arrow-white.png) 0 0 no-repeat;
    z-index: 1;
}
.nav-toggle .counter {
    position: absolute;
    top: 0;
    color: #fff;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 2px;
    background-color: #000c20;
    z-index: 0;
}
.nav-toggle .prev span {
    background-position: 0 -40px;
}
.nav-toggle .prev .counter {
    left: 0;
    padding-right: 14px;
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -ms-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
}
.nav-toggle .prev a:hover .counter {
    left: 40px;
}
.nav-toggle .next span {
    background-position: -40px -40px;
}
.nav-toggle .next .counter {
    right: 0;
    padding-left: 14px;
    -webkit-transition: right 0.25s ease-out;
    -moz-transition: right 0.25s ease-out;
    -ms-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
}
.nav-toggle .next a:hover .counter {
    right: 40px;
}
/* Nav Scroll */
.nav-scroll {
    position: fixed;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
}
.nav-scroll li {
    position: absolute;
    bottom: 0;
    display: block;
}
.nav-scroll .up {
    right: 50%;
}
.nav-scroll .down {
    left: 50%;
    margin-left: 1px;
}
.nav-scroll a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #000c20;
    background-image: url(skin/nav-scroll.png);
    background-repeat: no-repeat;
}
.nav-scroll .up a {
    background-position: 0 0;
}
.nav-scroll .down a {
    background-position: -40px 0;
}
/* Nav Story */
.nav-story {
    padding-top: 20px;
    text-align: center;
}
.nav-story li {
    display: inline-block;
}
.nav-story a {
    padding-bottom: 15px;
    display: block;
    font-family: minion-pro, Georgia, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    letter-spacing: 2px;
    background: url(skin/nav-story.png) center bottom no-repeat;
}
/* Teaser */
.teaser {
    width: 320px;
}
.teaser .teaser-head {
    margin-bottom: 1px;
}
.teaser p {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.teaser .toggle {
    color: #fff;
    display: block;
    padding: 10px 20px;
    background: #27426f url(skin/teaser-toggle-white.png) right 0 no-repeat;
}
.teaser.no-icon .toggle {
    background-position: right -80px;
}
.teaser.open .toggle {
    background-position: right -40px;
}
.teaser .teaser-inner, .teaser .inner {
    padding: 0 20px 5px 20px;
    background-color: #fff;
}
.teaser .more {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.teaser .more a:hover {
    border-bottom: 1px solid #000;
}
.js .teaser .teaser-inner {
    display: none;
}
.js .teaser.open .teaser-inner {
    display: block;
}
/* Teaser News */
.teaser-news .teaser-inner {
    padding: 0;
}
.teaser-news-item {
    display: block;
    padding: 15px 20px;
}
.teaser-news-item p {
    margin-top: 0;
    margin-bottom: 0;
}
.magenta .toggle {
    color: #fff;
    background: #730094 url(skin/teaser-toggle-white.png) right 0 no-repeat;
}
/* Teaser App */
.teaser-app {
    margin-top: 1px;
    display: block;
    min-height: 40px;
}
.teaser-app .appstore {
    padding: 15px 20px 15px 70px;
    background: #fff url(skin/frankonia-apps.gif) 20px center no-repeat;
}
/* Teaser Views */
.teaser-view {
    margin-top: 1px;
    display: block;
    min-height: 40px;
}
.teaser-view .view {
    padding: 15px 20px 15px 70px;
    background: #fff url(skin/frankonia-views.gif) 20px center no-repeat;
}
/* Teaser RTL */
.teaser-rtl {
    margin-top: 1px;
    display: block;
    min-height: 40px;
}
.teaser-rtl .rtl {
    padding: 15px 20px 15px 70px;
    background: #fff url(skin/frankonia-rtl.jpg) 20px center no-repeat;
}
/* Teaser Vertriebspartner */
.teaser-seller {
    margin-top: 1px;
    display: block;
    min-height: 40px;
}
.teaser-seller .seller {
    padding: 15px 20px 15px 70px;
    background: #fff url(skin/frankonia-seller-icon.png) 20px center no-repeat;
}
/* Related */
.related ul {
    margin: 0;
    list-style: none;
}
.related a {
    margin-top: 1px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: normal;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
}
.related .icon-link a {
    background-image: url(skin/related-icons.png);
    background-position: right -40px;
}
.related .icon-local a {
    background-image: url(skin/related-icons.png);
    background-position: right 0;
}
/* Teaser Song */
.teaser-song {
}
/* Fact Sheet */
.fact-sheet {
    padding-right: 20px;
}
/* List */
.list-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 40px 20px;
    display: block;
}
a.list-item {
    -webkit-transition: background-color 900ms;
    -moz-transition: background-color 900ms;
    transition: background-color 900ms;
}
a.list-item:hover {
    background-color: #f5f5f5;
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    transition: all 0ms;
}
.list-item .aside {
    padding: 5px 0 10px 40px;
    float: right;
    width: 150px;
}
.list-item .date {
    font-weight: 600;
    letter-spacing: 1px;
}
.list-item .tags {
    font-weight: 400;
}
.list-item .h2 {
    margin-bottom: 0;
    font-weight: 600;
}
.list-item p {
    margin-bottom: 0;
}
.list-item.press-mirror .aside {
    padding-right: 40px;
    background-image: url(skin/PDF-Icon.png);
    background-position: right center;
    background-repeat: no-repeat;
}
ol.d {
    list-style-type: lower-alpha;
	margin-left: 6px;
}
/* Overlay Contact */
.overlay-contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    display: none;
}
.overlay-contact-frankorent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background-color: #fff;
    z-index: 99999;
    display: none;
}
.overlay-contact .content {
    margin: 0 auto;
    padding-top: 140px;
    width: 960px;
}
.overlay-contact .overlay-close {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: 195px;
    width: 40px;
    height: 40px;
    background: url(skin/overlay-close.png);
    cursor: pointer;
}
/* Overlay Box */
.overlay-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99999999;
}
.overlay-box {
    position: absolute;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 40px;
    top: 0;
    left: 0;
    background-color: rgba(246, 242, 233, 0.9);
    z-index: 9999999;
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 30px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.oldie .overlay-box {
    background-color: #333;
}
.overlay-box.loading {
    background-image: url(skin/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.overlay-box .overlay-content {
    background: #fff;
}
.overlay-box .overlay-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block;
    background: url(skin/icon-overlay-close.png) 5px 5px no-repeat;
}
.overlay-box .overlay-nav {
    position: absolute;
    margin-top: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(skin/icon-overlay-nav.png) 0px 0px no-repeat;
}
.overlay-box .prev {
    left: 0;
    background-position: 0 -40px;
}
.overlay-box .next {
    right: 0;
}
.overlay-box .box {
    width: 320px;
    background-color: #fff;
}
.overlay-box .box-wide {
    width: 640px;
    background-color: #fff;
}
/*

	CONTENT

*/

/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin: 0;
    font-weight: normal;
}
h1, .h1 {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h2, .h2 {
    margin-bottom: 20px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 1px;
}
h3, .h3 {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
h4, .h4 {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h5, .h5 {
    font-family: minion-pro, Georgia, serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    font-style: italic;
    letter-spacing: 2px;
}
h6, .h6 {
    margin-bottom: 20px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 171px;
    line-height: 25px;
    letter-spacing: 1px;
}
h7, .h7 {
    margin-bottom: 20px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    padding-top: 100px;
}
.uc {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.poster {
    font-size: 35px;
    line-height: 35px;
}
.kicker {
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}
.headline {
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
}
.subline {
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: normal;
}
.intro {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}
.appstore {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}
.appstore strong {
    letter-spacing: 1px;
}
.view {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}
.view strong {
    letter-spacing: 1px;
}
.rtl {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}
.rtl strong {
    letter-spacing: 0.03em;
}
.headlinelb {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #011830;
    padding-bottom: 20px;
    text-align: center;
}
.press {
    margin-bottom: 20px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1px;
}
.seller {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}
.seller strong {
    letter-spacing: 1px;
}
.fact-headline {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.fact-headline em {
    font-style: normal;
    font-weight: 400;
}
.fact-sub {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
}
.fact-sub em {
    font-style: normal;
    font-weight: 400;
}
.cross {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
}
.cross span {
    position: absolute;
    margin-left: -15px;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 1px;
display block;
    background-color: #000;
}
.cross-self {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}
.cross-self span {
    position: absolute;
    margin-left: -15px;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 1px;
display block;
    background-color: #000;
}
/* Paragraphs */
p, ul, table {
    margin-bottom: 20px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
ol {
    margin-bottom: 20px;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	margin-left: 25px;
}
p {
    margin: 0 0 20px 0;
}
.small {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
}
ul {
    margin-left: 16px;
}
/* Blockquote */
blockquote {
    margin: 0 0 20px 0;
}
blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
}
blockquote small {
    font-family: minion-pro, Georgia, serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #999;
    display: block;
    font-style: italic;
}
blockquote.chart p {
    margin-bottom: 25px;
    color: #fff;
}
/* Alignments */
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
/* Colors */
.white {
    color: #fff;
}
.blue {
    color: #000c20;
}
.light-grey {
    color: #c9c9c9;
}
.grey {
    color: #999;
}
.darkgrey {
    color: #666;
}
/* Images */
figure img, .image img {
    display: block;
}
.stretch {
    width: 100%;
}
/* Video */
video {
    display: block;
}
/* Lists */
ul.details {
    margin-left: 0px;
    list-style: none;
}
/* Tables */
table {
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%; /*border-spacing: 1px 0;*/
}
table th, table td {
    border-top: 1px solid #ddd;
    padding-right: 15px;
    vertical-align: middle;
}
table th {
    text-align: left;
    font-weight: 600;
}
table th, table td {
    padding-top: 6px;
    padding-bottom: 6px;
}
/* Prices */
.prices {
}
.prices th, .prices td {
    padding-left: 0px;
}
.prices td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.prices .right {
    text-align: right;
    padding-right: 0px;
}
/* Facts */
.facts {
    margin-top: 5px;
}
.facts td {
    vertical-align: top;
}
.facts .label {
    font-weight: 600;
}
.icon-flag {
    background: url(skin/button_language.png) 0 0 no-repeat;
}
.icon-flag.active.de {
    background-position: 0 0;
}
.icon-flag.active.en {
    background-position: -22px 0;
}
.icon-flag.active.ru {
    background-position: -44px 0;
}
.icon-flag.de {
    background-position: -66px 0;
}
.icon-flag.en {
    background-position: -88px 0;
}
.icon-flag.ru {
    background-position: -110px 0;
}
/* Forms */
.form-message {
    margin-bottom: 18px;
    min-height: 18px;
    display: block;
}
.form-message p {
    margin-bottom: 0;
}
.processing {
    background: url(skin/form-loading.gif) 0 1px no-repeat;
}
form {
}
fieldset {
}
.form-horizontal {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .input-group {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
label, input, select, textarea {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}
label {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
input, textarea, select {
    border: 1px solid #ddd;
    padding: 4px;
    display: inline-block;
    width: 290px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    background-color: #f5f5f5;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.ie7 input, .ie7 textarea, .ie7 select {
    display: inline;
    zoom: 1;
}
input[type=checkbox], input[type=radio] {
    margin: 3px 0;
*margin-top: 0; /* IE6-7 */
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    line-height: normal;
}
input[type=button], input[type=reset], input[type=submit] {
    width: auto;
    height: auto;
}
input[type=hidden] {
    display: none;
}
textarea {
    min-height: 64px;
    height: auto;
}
.input {
    display: block;
}
input.error, textarea.error {
    border-color: #fff;
}
input[type=submit], button {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;
    padding: 2px 0 1px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background-color: #fff;
}
 input::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
input:-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.form-indented label {
    padding-top: 5px;
    float: left;
    width: 144px;
    line-height: 16px;
}
.form-indented .input {
    margin-left: 160px;
    display: block;
}
.form-mini-indented label {
    padding-top: 5px;
    float: left;
    width: 80px;
    line-height: 16px;
}
.form-mini-indented .input {
    margin-left: 80px;
    display: block;
}
.combined input {
    display: inline-block;
}
.combined button {
    margin-left: 10px;
    display: inline-block;
}
.ie7 .combined input, .ie7 .combined button {
    display: inline;
    zoom: 1;
}
.input-mini, input.mini, textarea.mini, select.mini {
    width: 38px;
}
.input-small, input.small, textarea.small, select.small {
    width: 118px;
}
.input-medium, input.medium, textarea.medium, select.medium {
    width: 200px;
}
.input-large, input.large, textarea.large, select.large {
    width: 279px;
}
.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
    width: 430px;
}
.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge {
    width: 589px;
}
textarea.xxlarge {
    overflow-y: scroll;
}
.inputs-list {
    margin: 0 0 5px;
    width: 100%;
}
.inputs-list li {
    display: block;
    padding: 0;
    width: 100%;
}
.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    margin-left: 20px;
    line-height: 18px;
    text-align: left;
    white-space: normal;
}
.inputs-list label strong {
    color: #808080;
}
.inputs-list label small {
    font-size: 11px;
    font-weight: normal;
}
.inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0;
}
.inputs-list:first-child {
    padding-top: 4px;
}
.inputs-list li+li {
    padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
    margin-bottom: 0;
    margin-left: -20px;
    float: left;
}
.inputs-list.large {
    width: 289px;
}
.inputs-list.xxlarge {
    width: 599px;
}
.help-inline, .help-block {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.help-inline {
    padding-left: 5px;
*position: relative; /* IE6-7 */
*top: -5px; /* IE6-7 */
}
.help-block {
    display: block;
    max-width: 608px;
}
.form-confirmation {
    display: none;
}
.error label {
    color: #c00;
}
.error input, .error textarea {
    border-color: #c00;
    color: #c00;
}
.form-message {
    margin-bottom: 18px;
    min-height: 18px;
    display: block;
}
.form-message p {
    margin-bottom: 0;
}
.processing {
    height: 32px;
    background: url(skin/form-loading.gif) 0 8px no-repeat;
}
.form-message.error-msg {
    border: 1px solid #c00;
    padding: 5px;
    border-radius: 2px;
}
.form-message.error-msg * {
    color: #c00;
}
.form-message.success-msg {
    border: 1px solid #0c0;
    padding: 5px;
    border-radius: 2px;
}
.form-message.success-msg * {
    color: #00a300;
}
.jagdrevier-headline {
    font-family: 'Times New Roman', Times, serif;
    font-size: 72px;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 70px;
}
.jagdrevier-city-headline {
    font-size: 42px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 170%;
}
.jagdrevier-city-headline-serif {
    font-family: 'Times New Roman', Times, serif;
    font-size: 72px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/* Landing Page */

/* .fullscreen { display:block; position:absolute; top:0; left:0; width: 100%; height: 100%; } */

.plate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 999999;
}
.oldie .plate {
    background-color: #fff;
}
.fullscreen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -430px;
    margin-top: -300px;
    width: 851px;
    background: transparent;
    z-index: 99999999;
}
.languageBox {
    position: absolute;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 40px;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999999;
    -moz-box-shadow: 0 0 30px rgba(255,255,255,0.5);
    -ms-box-shadow: 0 0 30px rgba(255,255,255,0.5);
    -o-box-shadow: 0 0 30px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,0.5);
    box-shadow: 0 0 30px rgba(255,255,255,0.5);
}
.oldie .languageBox {
    background-color: #fff;
}
.lpmenu {
    margin-bottom: 30px;
    background-color: #011830;
    height: 35px;
    padding-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: 250px;
    text-align: center;
}
.lp1 {
    font-size: 12px;
    margin: 0px 150px 0px 150px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #011830;
    padding-bottom: 20px;
    text-align: center;
}
.lp2 {
    font-size: 24px;
    font: serif, Georgia, Times;
    font-style: italic;
    color: #011830;
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-align: center;
}
.lp3 {
    background-color: #fff;
}
.lp3 a {
    display: inline-block;
    float: left;
    width: 251px;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
}
.lp3 span {
    display: block;
    background-color: #011830;
    color: #FFF;
    min-height: 35px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lp3 a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.lp4 {
    background-color: #011830;
    color: #FFF;
    min-height: 35px;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-height:740px) {
.nav-section.fixed_nav {
    position: relative;
    margin-top: 20px;
    top: 0;
}
}
.cc_container .cc_btn {
    background-color: #e4e4e4 !important; /* Farbe des Buttons */
    color: #000 !important; /* Textfarbe des Buttons */
}
.cc_container {
    background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
    color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
.cc_container a {
    color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}
