﻿/* Eitido (c) 2013 - Norman Geiersbach */
 html { min-width: 1070px; } body { min-width: 1070px; } #content { background-image: url('images/home-background.jpg'); background-position: center top; } .home-teaser-wrapper { position: relative; height: 640px; } .home-teaser-gallery { position: absolute; top: -32px; left: 50%; margin-left: -470px; width: 940px; height: 730px; z-index: 100; } .home-teaser { } .home-teaser-text-wrapper { position: absolute; top: 0px; left: 0px; margin: 47px 0 0 68px; width: 808px; height: 600px; z-index: 102; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .home-teaser-text { display: none; } .home-teaser-image-wrapper { position: absolute; top: 0px; left: 0px; margin: 0; width: 940px; height: 730px; z-index: 101; } .home-teaser-image-wrapper img { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .home-teaser-state { } .home-teaser-buttons { position: relative; width: 940px; height: 730px; } .home-teaser-buttons a { display: block; position: absolute; margin-top: -38px; top: 50%; width: 65px; height: 76px; z-index: 103; background-image: url('images/home-teaser-buttons.png'); } .home-teaser-buttons a:focus { outline: 0; } .home-teaser-buttons a span { display: none; } .home-teaser-button-prev { left: -65px; background-position: 0 0; } .home-teaser-button-prev:hover { background-position: 0 -76px; } .home-teaser-button-next { right: -65px; background-position: right -152px; } .home-teaser-button-next:hover { background-position: right -228px; } #home-content-placeholder { height: 368px; } .home-content-wrapper { position: absolute; left: 10px; top: 0; width: 960px; height: 385px; z-index: 104; overflow: hidden; } .home-content-box { float: left; margin-right: 5px; padding: 0 15px 17px 0; width: 300px; height: 368px; overflow: hidden; background-image: url('images/home-content-box.png'); } .home-content-box a.link-internal { color: #ffffff; background-image: url("Images/home-link-icon.png"); background-position: 0 0; } .home-content-box a.link-internal:hover { color: #efb700; background-position: 0 -18px; } .home-content-box .image-wrapper { position: relative; width: 300px; height: 184px; } .home-content-box .image-overlay { position: absolute; left: 0px; top: 0px; width: 300px; height: 184px; z-index: 101; background-image: url('images/home-image-overlay.png'); } .home-content-box .title-wrapper { width: 300px; height: 58px; overflow: hidden; } .home-content-box .title-wrapper h2 { margin: 12px 20px 10px 20px; height: 36px; overflow: hidden; line-height: 36px; text-transform: uppercase; color: #ffffff; } .home-content-box .title-wrapper h2.home-title-events { background-image: url('images/home-title-events.png'); background-position: 0px 8px; } .home-content-box .title-wrapper h2.home-title-events span { display: none; } .home-content-box .title-wrapper h2.home-title-stars { background-image: url('images/home-title-stars.png'); background-position: 0px 8px; } .home-content-box .title-wrapper h2.home-title-stars span { display: none; } .home-content-box .title-wrapper h2.home-title-clubs { background-image: url('images/home-title-clubs.png'); background-position: 0px 8px; } .home-content-box .title-wrapper h2.home-title-clubs span { display: none; } .home-content-box .text-wrapper { padding: 0 20px; height: 72px; overflow: hidden; text-overflow: ellipsis; } .home-content-box .link-wrapper { padding: 18px 20px 0 20px; height: 18px; overflow: hidden; } .home-content-box .link-wrapper a.link-internal { float: left; width: 240px; height: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 