* {
    padding: 0;
    margin: 0;
    outline: 0;
    font: normal 14px/17px arial,helvetica,verdana,sans-serif;
    color: #eee;
}

/* overflow-x:hidden;height:100%;width:100%;*/

html, body {
    overflow-x: hidden
}

body {
    background: #161616 url(../img/bg.body.jpg) no-repeat top
}

h1, h2, h3, strong, b {
    font-weight: bold
}

em {
    font-style: italic
}

a, a:hover {
    text-decoration: none
}

img {
    border: 0
}

ul, ol {
    list-style: none
}

#overall {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.circle.png) no-repeat top;
    z-index: 10;
}

#flash {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 1;
    width: 1400px;
    margin-left: -700px;
}

#container {
    margin: 0 auto;
    width: 980px;
    padding-bottom: 30px;
}

#head {
    position: relative;
    height: 70px;
    background: url(../iomg/bg.head.png) repeat-x;
}

#player {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    height: 60px;
    z-index: 20;
}

#logo {
    position: absolute;
    width: 190px;
    height: 60px;
    background: url(../img/bg.logo.png) no-repeat;
    z-index: 20;
    display: none;
}

#logo img {
    display: none
}

#navi {
    width: 100%;
    text-align: center;
    margin-left: 8px;
}

#navi li {
    display: inline;
    padding: 12px 5px;
}

#navi li.spacer {
    display: inline-block;
    width: 180px;
    position: relative;
    left: 20px;
}

#navi li a {
    display: inline-block;
    nowhitespace: afterproperty;
    height: 22px;
    text-align: center;
    font: bold 15px/15px 'Lato',arial,helvetica,verdana,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: fff;
    -webkit-transition: color 0.5s ease-in;
    /*safari and chrome */-o-transition: color 0.5s ease-in; /* opera */-moz-transition: color 0.5s ease-in; /* firefox */;;;;;;;
}

#navi li a:hover {
    color: #999
}

#navi li.current a {
    color: #666
}

#link-1 {
    width: 88px
}

#link-2 {
    width: 125px
}

#link-3 {
    width: 82px
}

#link-4 {
    width: 67px
}

#link-5 {
    width: 104px
}

#link-6 {
    width: 59px
}

#link-7 {
    width: 67px
}

#intro-wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: #161616;
}

#intro-wrapper #intro {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
    width: 1000px;
    height: 600px;
}

#top {
    padding-top: 20px;
    text-align: center;
}

h1.headline, h3.headline, .subheadline {
    color: #ccc;
    font: bold 15px/15px 'Lato',arial,helvetica,verdana,sans-serif;
    text-transform: uppercase;
}

h1.headline, h3.headline {
    color: #fff;
    font-size: 39px;
    line-height: 40px;
    margin: 3px 0 21px 0;
}

hr {
    float: left;
    width: 100%;
    height: 2px;
    border: 0;
    margin-bottom: 15px;
    background: url(../img/bg.line.gif) repeat-x bottom;
}

#teasers {
    margin: 0 auto;
    width: 980px;
    padding-bottom: 15px;
    position: relative;
}

#teasers .slide {
    width: 980px;
    height: 500px;
    padding: 10px 0;
    text-align: center;
}

#teasers .arrow {
    position: absolute;
    top: 50%;
    height: 90px;
    width: 20px;
    background: url(../img/bg.arrows.png) no-repeat;
    margin-top: -15px;
    z-index: 100;
}

#teasers .prev {
    left: -5px;
    background-position: left;
}

#teasers .next {
    right: -5px;
    background-position: right;
}

#teasers .more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -75px;
    height: 20px;
    width: 150px;
    background: url(../img/bg.teaser.png) no-repeat bottom;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
}

.slides_container {
    overflow: hidden;
    width: 980px;
    height: 500px;
}

.slides_pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: inline;
}

.slides_pagination li {
    display: inline-block;
    margin: 0 2px;
    width: 9px;
    height: 9px;
}

.slides_pagination li a {
    display: block;
    width: 7px;
    height: 7px;
    text-indent: -999em;
    border: 1px solid #222;
}

.slides_pagination li a:hover {
    border-color: #fff;
}

.slides_pagination li.current a {
    border-color: #666;
}

.content {
    width: 1020px;
    margin: 15px -20px;
    padding: 20px 0;
    position: relative;
}

.content-1-2 {
    background: url(../img/bg.content.1.2.gif) repeat-y
}

.content-2-1 {
    background: url(../img/bg.content.2.1.gif) repeat-y
}

.content-3 {
    background: url(../img/bg.content.3.gif) repeat-y
}

.content .col {
    float: left;
    margin: 0 20px;
}

.content .col-1 {
    width: 980px
}

.content .col-2 {
    width: 640px
}

.content .col-3 {
    width: 300px
}

.box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.box a.more {
    display: block;
    margin-top: 5px;
    padding: 5px 12px;
    font-size: 12px;
    text-align: right;
    color: #fff;
    text-decoration: underline;
    background: url(../img/bg.more.png) no-repeat right;
}

	.box a.more:hover {
		color: #999;
		text-decoration: none;
	}

.box a.more em {
    font-size: 11px
}

.box h1, .box h2, .box h3 {
    font: normal 30px/35px 'Lato',arial,helvetica,verdana,sans-serif
}

.box h1, .box h2 {
    margin: 0 40px 30px 0
}

.box h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.box p {
    padding: 0 40px 20px 0;
    color: #ccc;
}

.box p, .box p strong, .box p a {
    line-height: 20px
}

.box p strong {
    color: #fff
}

.box p a, .box ul.list li a {
    color: #999;
}

.box p a:hover, .box ul.list li a:hover {
    text-decoration: underline
}

.box ul.list {
    padding-bottom: 20px
}

.box ul.list li {
    color: #fff;
    padding: 5px 0 0 15px;
    background: url(../img/bg.more.png) no-repeat left 9px;
}

.events {

}

.events li {
    display: block;
    padding-bottom: 2px;
    background: url(../img/bg.line.gif) repeat-x bottom;
}

.events li.last {
    background: 0
}

.events li a, .events li span {
    font-size: 12px
}

.events li a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 6px 0;
}

.events li span {
    display: inline-block;
    width: 100px;
    color: #999;
    text-transform: uppercase;
}

.events li a:hover {
    color: #fff;
}

.events li a:hover span {
    color: #999;
}

.ad img {
    border: 3px solid #fff
}

#listing, .listing {
    float: left
}

.listing {
    margin: 0 -3px
}

#listing {
    width: 996px;
    margin: -10px -8px;
    padding-bottom: 20px;
}

.listing div {
    float: left;
    width: 140px;
    height: 144px;
    padding: 3px;
    background: #fff;
    margin: 3px;
    color: #999;
    font-size: 12px;
}

.listing div h4 {
    color: #333;
    margin-top: 5px;
    font-size: 12px;
}

#listing div {
    padding: 5px;
    margin: 8px;
}

.listing-gallery div {
    height: 90px
}

.pagination {
    float: right;
    padding: 10px 8px;
    height: 25px;
}

.pagination li {
    float: left;
    width: 20px;
    height: 25px;
    margin-left: 5px;
}

.pagination li.arrow {
    width: 15px
}

.pagination li.next {
    margin-left: 10px
}

.pagination li.prev {
    margin-right: 5px
}

.pagination li a {
    display: block;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #000;
    background-color: #fff;
}

.pagination li.active a, .pagination li a:hover {
    background-position: -15px -25px;
	background-color: #666;
}

.pagination li.arrow a {
	height: 25px;
	line-height: 1.7;
}

#pagination li.prev a {
	content: "<";
}

#pagination li.next a {
	content: ">";
}

.pagination li.arrow a.inactive {
	cursor: default;
	background-color: #333;
}

.pagination li.prev a, .pagination li.prev a.inactive:hover {
}

.pagination li.prev a:hover {
}

.pagination li.next a, .pagination li.next a.inactive:hover {
}

.pagination li.next a:hover {
}

#images {
    float: left;
    width: 980px;
    background: #fff;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    padding: 5px 0;
}

#images div {
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    z-index: 10;
    background: #fff;
}

#images div.left {
    left: 0
}

#images div.right {
    right: 0
}

#images img {
    float: left;
    width: 140px;
}

#images a.back, #gallery a.back {
    position: absolute;
    left: 50%;
    top: -6px;
    height: 20px;
    width: 150px;
    margin-left: -75px;
    background: url(../img/bg.back.png) no-repeat bottom;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
}

#gallery {
    padding-top: 10px
}

#gallery a.back {
    top: -11px
}

#gallery .gallery-content {
    position: relative;
    width: 970px;
    height: 640px;
    padding-bottom: 40px;
    border: 5px solid #fff;
    background: #fff url(../img/bg.gallery.jpg) no-repeat;
}

#gallery #controls {
    position: absolute;
    width: 100%;
    height: 100%;
}

#gallery #controls .ss-controls {
    display: none
}

#gallery #controls .nav-controls a {
    position: absolute;
    width: 50%;
    height: 640px;
    z-index: 100;
}

#gallery #controls .nav-controls a.prev {
    left: 0
}

#gallery #controls .nav-controls a.next {
    right: 0
}

#gallery #controls .nav-controls a.prev span, #gallery #controls .nav-controls a.next span, #gallery #thumbs .prev span, #gallery #thumbs .next span {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    height: 90px;
    width: 20px;
    background: url(../img/bg.arrows.png) no-repeat;
    text-indent: -999em;
}

#gallery #controls .nav-controls a.prev span {
    left: -10px;
    background-position: left;
}

#gallery #controls .nav-controls a.next span {
    right: -10px;
    background-position: right;
}

#gallery #slideshow {
    height: 640px
}

#gallery #slideshow .image-wrapper {
    position: absolute;
    line-height: 640px;
    left: 0;
    top: 0;
    width: 970px;
    text-align: center;
}

#gallery #slideshow .image-wrapper.current {
    z-index: 20;
    height: 640px;
    overflow: hidden;
}

#gallery #slideshow .image-wrapper.previos {
    z-index: 10;
    height: 640px;
    overflow: hidden;
}

#gallery #slideshow .image-wrapper img {
    height: 640px
}

#gallery #caption {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 960px;
    height: 35px;
}

#gallery #caption * {
    opacity: 1!important
}

#gallery #caption .photo-index {
    float: right;
    margin-top: 10px;
    color: #aaa;
}

#gallery #caption .caption-social {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 800px;
}

#gallery #caption .caption-social ul li {
    float: left;
    width: 120px;
}

#gallery #caption .image-caption {
    float: right;
    position: relative;
    width: 500px;
    margin: 10px 20px 0 0;
    height: 26px;
    overflow: hidden;
}

#gallery #caption .image-caption .caption {
    position: absolute;
    text-align: right;
    color: #eee;
    display: none;
    right: 0;
}

#gallery #caption .current .caption {
    display: block;
    color: #666;
}

#gallery #thumbs {
    position: relative;
    width: 980px;
    height: 270px;
    border: solid #fff;
    border-width: 5px 0;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
}

#gallery #thumbs .prev, #gallery #thumbs .next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    z-index: 100;
    visibility: visible!important;
}

#gallery #thumbs .prev {
    left: 0
}

#gallery #thumbs .next {
    right: 0
}

#gallery #thumbs .next span {
    right: -5px;
    background-position: right;
}

#gallery #thumbs .prev span {
    left: -5px;
    background-position: left;
}

#gallery #thumbs .thumbs {
    width: 980px;
    height: 255px;
}

#gallery #thumbs .thumbs li {
    width: 140px;
    height: 90px;
    float: left;
    overflow: hidden;
}

#teasers.location {
    width: 970px;
    height: 450px;
    border: 5px solid #fff;
    background: #fff url(../img/bg.gallery.jpg) no-repeat 50% 50%;
    padding: 0;
    margin-bottom: 10px;
}

#teasers.location div.slides_container {
    width: 970px;
    height: 450px;
}

#teasers.location div.slides_control {
    width: 970px;
    height: 450px;
}

#teasers.location div.slide {
    width: 970px;
    height: 450px;
    padding: 0;
}

#teasers.location a.arrow {
    margin-top: -25px
}

#teasers.location a.prev {
    left: -10px
}

#teasers.location a.next {
    right: -10px
}

#teasers.location .slides_pagination {
    bottom: -25px
}

#video {
    width: 970px;
    height: 600px;
    border: 5px solid #fff;
    background: #fff url(../img/bg.gallery.jpg) no-repeat;
}

#content-image {
    width: 970px;
    height: 300px;
    border: 5px solid #fff;
    background: #fff url(../img/bg.gallery.jpg) no-repeat 50% 50%;
}

#map {
    width: 970px;
    height: 390px;
    border: 5px solid #fff;
    background: #fff url(../img/bg.gallery.jpg) no-repeat 50% 50%;
}

#map * {
    color: #111
}

#map .gmnoprint * {
    font-size: 11px
}

#booking {
    position: relative;
    width: 980px;
    height: 650px;
}

#booking .info {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 300px;
    height: 300px;
}

#booking .info h3 {
    color: #999;
    font: bold 15px/15px 'Lato',arial,helvetica,verdana,sans-serif;
    text-transform: uppercase;
}

#booking .info img {
    float: left;
    width: 294px;
    height: 140px;
    margin-bottom: 12px;
    border: 3px solid #fff;
}

#booking .info ul {
    clear: left;
    padding-left: 15px;
    list-style: square;
}

#booking .info p {
    padding-right: 0
}

#booking .info .more {
    background-position: left;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

#booking a.lounge {
    position: absolute;
    z-index: 20;
}

#booking a.lounge, #booking a.lounge span {
    cursor: pointer
}

#booking a.lounge.active, #booking a:hover.lounge {
    background: url(../img/bg.lounge.active_2013.png) no-repeat
}

#booking #lounge-1 {
    width: 176px;
    height: 98px;
    top: 126px;
    left: 5px;
    background-position: 0 0;
}

#booking #lounge-2 {
    width: 218px;
    height: 98px;
    top: 126px;
    left: 186px;
    background-position: 0 -120px;
}

#booking #lounge-3 {
    width: 403px;
    height: 286px;
    top: 325px;
    left: 5px;
    background-position: -260px 0;
}

#booking #lounge-4 {
    width: 59px;
    height: 122px;
    top: 309px;
    left: 440px;
    background-position: -190px 0;
}

#booking span.text {
    position: absolute;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    line-height: 12px;
    z-index: 20;
    text-align: center;
}

#booking a span.text {
    color: #fff;
    font-weight: bold;
}

#booking #text-1 {
    left: 0;
    top: 45px;
    width: 175px;
}

#booking #text-2 {
    left: 40px;
    top: 55px;
    width: 180px;
}

#booking #text-3 {
    left: 0;
    top: 100px;
    width: 65px;
}

    #booking #text-3-2 {
        left: 166px;
        top: 250px;
        width: 150px;
    }

#booking #text-4 {
    left: 0;
    top: 50px;
    width: 60px;
}

#booking #text-5 {
    left: 217px;
    top: 575px;
}

#booking #text-6 {
    left: 217px;
    top: 435px;
}

#booking #text-7 {
    left: 497px;
    top: 255px;
}

#booking #text-8 {
    left: 27px;
    top: 285px;
}

#booking #text-9 {
    left: 207px;
    top: 305px;
}

#booking #text-10 {
    left: 412px;
    top: 70px;
}

#booking #text-11 {
    left: 267px;
    top: 80px;
}

#booking #text-12 {
    left: 473px;
    top: 90px;
}

#booking #text-13 {
    left: 777px;
    top: 145px;
}

#events {
    padding: 6px;
    background: #fff;
    margin-bottom: 40px;
}

#events .month {
    float: left;
    position: relative;
    width: 150px;
    padding: 5px 20px;
    height: 20px;
    margin-right: 3px;
    text-align: center;
    line-height: 20px;
}

#events .month .arrow {
    position: absolute;
    top: 0;
    width: 15px;
    height: 30px;
    background: url(../img/bg.events.navi.gif) no-repeat;
}

#events .month .prev {
    left: 0;
    border-right: 1px solid #fff;
}

#events .month .next {
    right: 0;
    border-left: 1px solid #fff;
    background-position: top right;
}

#events .month .arrow:hover {
    background-color: #333;
}

#events .month .inactive, #events .month .inactive:hover {
    background-color: #aaa
}

#events .days li {
    float: left;
    width: 25px;
    height: 30px;
    text-align: center;
    position: relative;
}

#events .month, #events .days b {
    text-transform: uppercase
}

#events li span, #events b {
    color: #333;
    font-size: 11px;
}

#events, #events .month, #events li a span, #events li a b, #events li.active span, #events li.active b {
    color: #fff
}

#events li a {
    display: block;
    background: #999;
    height: 30px;
}

#events li.active, #events .month {
    background: #111
}

#events .days b {
    display: block;
    line-height: 20px;
}

#events .days span {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px;
    text-align: center;
}

#event img {
    float: left;
    width: 240px;
    margin: 0 20px 15px 0;
    border: 3px solid #fff;
}

#foot {
    position: fixed;
    bottom: 0;
    padding-top: 3px;
    height: 20px;
    width: 982px;
    margin: 0 auto;
    text-align: right;
    background: #161616;
    z-index: 1000;
}

#foot a, #foot a span {
    font-size: 12px;
    color: #ccc;
}

#foot a:hover, #foot a:hover span {
    color: #fff
}

#foot #subnavi {
    float: left
}

#foot #subnavi li {
    display: inline;
    margin-right: 5px;
}

#foot #subnavi li.current a, #subnavi li.current a:hover {
    color: #999;
}

#foot #equalizer, #foot a#musicSwitch, #foot a.language, #socials {
    float: right;
    margin-left: 5px;
}

#foot #socials {
    width: 60px
}

#foot #socials li {
    float: left;
    width: 18px;
    margin-right: 2px;
}

#foot #socials li a {
    float: left;
    width: 18px;
    height: 18px;
    margin: -1px 1px;
    text-indent: -999em;
    background-image: url(../img/bg.social.png);
    background-repeat: no-repeat;
}

#foot a#social-1 {
    background-position: 0 0
}

#foot a:hover#social-1 {
    background-position: -18px 0
}

#foot a#social-2 {
    background-position: 0 -18px
}

#foot a:hover#social-2 {
    background-position: -18px -18px
}

#foot a#social-3 {
    background-position: 0 -36px
}

#foot a:hover#social-3 {
    background-position: -18px -36px
}

#foot a#musicSwitch, #foot a.language {
    margin-top: 1px
}

#foot #musicSwitch {
    width: 60px;
    text-align: left;
}

#foot #equalizer {
    width: 25px;
    height: 15px;
    background: url(../img/bg.equalizer.gif) no-repeat left bottom;
}

#root .oU {
    background: #161616 !important
}

fieldset {
    border: 0
}

legend {
    display: none
}

ol.form {

}

ol.form li {
    float: left;
    padding: 2px 0;
}

ol.form li.full, div.col-3 ol.form li.half {
    width: 100%
}

ol.form li.half {
    width: 50%
}

label {
    float: left;
    margin-right: 5px;
    line-height: 1.8;
}

input.text, select, textarea {
    float: left;
    padding: 5px 5px 3px 5px;
    background: #000;
    border: 0;
}

select {
    margin-right: 5px
}

input.large {
    width: 280px
}

input.big {
    width: 500px
}

input.error, textarea.error {
    color: #f0f
}

select.small {
    width: 50px
}

select.medium {
    width: 70px
}

select.large {
    width: 100px
}

textarea.large {
    width: 600px;
    height: 100px;
}

label, input.submit {
    cursor: pointer
}

input.submit {
    background: #333;
    color: #ddd;
    border: 1px solid #111;
    padding: 4px 5px 2px 5px;
}

input:hover.submit {
    background: #666;
    color: #fff;
}

p.hint {
    border: 1px solid #f0f;
    padding: 20px;
    text-align: center;
    color: #f0f;
    font-weight: bold;
}

/* iPhone OR iPad */

#iPhoneORiPad #musicSwitch, #iPhoneORiPad #equalizer, #iPhoneORiPad #flash, #iPhoneORiPad #intro-wrapper {
    display: none
}

#iPhoneORiPad #logo {
    display: block
}

#iPhoneORiPad #navi li a {
    font-size: 14px
}



/* zusätzliche Styles: */
.box a.download {
	background: url("../img/bg.more.png") no-repeat scroll right center transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	padding: 5px 12px;
	text-align: left;
	text-decoration: underline;
}
