/*
    Document   : style
    Created on : 15.08.2011, 10:15:52
    Author     : FirstSquare OHG, Alexander Krez <ak@firstsquare.de>
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import url(http://fonts.googleapis.com/css?family=Lobster+Two&subset=latin);


* {
	margin: 0;
}

html, body {
  font-family: Verdana;
  height: 100%;
  background: url('../images/bg.jpg') no-repeat #024429;
}

html {
  overflow-y: scroll;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
  width: 960px;
  padding-left: 15px;
  padding-right: 15px;

}

.homeBG {
   background: url('../images/wrapper.png') no-repeat -8px 0px;
}

.otherBG {
  background: url('../images/wrapperPage.png')  no-repeat -18px 17px;
}

#footer, .push {
  height: 140px; /* .push must be the same height as .footer */
}

div {
/*  border: red solid 1px;*/
}

h1,h2,h3,h4 {
/*  font-family: 'Lobster Two', cursive;*/

   font-family: Verdana;
}


#mainColumn {
  padding-top: 10px;
  width: 766px;
  float: right;
}

#mainColumn.home {
/*    background: url(../images/home-visual.png) 40px 0px no-repeat;
    padding-top: 320px;*/
    padding-left: 40px;
    width: 726px;
}

#mainColumn  {
  font-size: 12px;
  line-height: 16px;
  color: #004413;
}

#mainColumn h1 {
  font-size: 25px;
  color: #e11b13;
  line-height: 28px;
}

#mainColumn h2 {
  font-size: 15px;
  color: #e11b13;
  margin-bottom: 20px;
}

#mainColumn h2.headline-freiwild-tv {
    display: block;
    text-indent: -9999px;
    background: url(../images/headline-freiwild-tv.png) 0px 0px no-repeat;
    width: 212px;
    height: 43px;
}

#mainColumn a {
  color: #e11b13;
}


#mainColumn p {
/*  margin-bottom: 16px;*/
}

#mainColumn hr {
    margin: 20px 0px;
    border: 0px;
    border-top: 2px solid #d8d61b;
}

#navMain {
  float: left;
  margin-top: 12px;
  margin-left: 180px;
}

#navMain li {
  display: block;
  float: left;
  background: url('../images/navigation.png');
  height: 80px;
}

#navMain li a {
    display: block;
    width: 100%;
    height: 80px;
    text-indent: -9999px;
}

li#gehege       { width: 112px; background-position: 0px 0px; }
li#getraenke    { width: 121px; background-position: -112px 0px; }
li#ausschank    { width: 136px; background-position: -233px 0px; }
li#news         { width: 117px;  background-position: -369px 0px; margin-left: 5px;}
li#kreative     { width: 111px;  background-position: -486px 0px; }
li#sportfreaks  { width: 133px;  background-position: -595px 0px; }

li#gehege:hover, li#gehege.active           { background-position: 0px -80px; }
li#getraenke:hover, li#getraenke.active     { background-position: -112px -80px; }
li#ausschank:hover, li#ausschank.active     { background-position: -233px -80px; }
li#news:hover, li#news.active               { background-position: -369px -80px; }
li#kreative:hover, li#kreative.active       { background-position: -486px -80px; }
li#sportfreaks:hover, li#sportfreaks.active { background-position: -595px -80px; }

#header {
  height: 100px;
/*  border: greenyellow solid 1px;*/
}

/************************* Footer start **************************************/

#footer {
  background: url('../images/wald_footer.png');
  font-family: Verdana;
  font-size: 11px
}


#footerWrapper {
  width: 990px;
  margin: 0 auto;
  padding-top: 14px;
}

#subNav {
  font-family: Verdana;
  font-size: 12px;
  margin-bottom: 60px;
}

#subNav li {
  height: 20px;
  margin-left: -15px;
  padding-left: 15px;
  margin-bottom: 1px;
  background: url('../images/submenue.png') no-repeat;
  padding-bottom: 14px;
}

#subNav a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 170px;
  height: 25px;
  line-height: 25px;
  margin-left: 14px;
   font-weight: 600;
}

#subNav li:hover {
  margin-left: -15px;
  padding-left: 15px;
  margin-bottom: 1px;
  background: url('../images/submenue.png') no-repeat 0px -35px;
  padding-bottom: 14px;
}

#subNav li.active {
  margin-left: -15px;
  padding-left: 15px;
  margin-bottom: 1px;
  background: url('../images/submenue.png') no-repeat 0px -35px;
  padding-bottom: 14px;
}

#footerNav {
  background: url('../images/metanavi.png') no-repeat;
  height: 82px;
  float: right;
  margin-right: 3px;
  margin-top: 8px;
  width: 271px;
}

#footerNav li:first-child {
  margin-left: 12px;
}

#footerNav li:last-child {
  margin-right: 0px;
}

#footerNav li {
  float: left;
  margin-right: 5px;
  background: url('../images/metanavi.png') no-repeat;
/*  border: solid 1px red;*/
}

#footerNav a { height: 28px; display: block; text-indent: -9999px; }

li#impreesum {  background-position:  -13px -40px; margin-top: 40px; width: 77px; }
li#kontakt {    background-position:  -93px -37px; margin-top: 38px; width: 61px; }
li#partner {    background-position:  -160px -35px; margin-top: 35px; width: 58px; }
li#faq {        background-position:  -221px -33px; margin-top: 33px; width: 36px; }

li#impreesum:hover {  background-position:  -13px -122px; margin-top: 40px; width: 77px; }
li#kontakt:hover {    background-position: -93px -119px; margin-top: 38px; width: 61px; }
li#partner:hover {    background-position: -160px -117px; margin-top: 35px; width: 58px; }
li#faq:hover {        background-position:  -221px -115px; margin-top: 33px; width: 36px; }


.footerFreiwild {
  color: #fbeb23;
  display: block;
  float: left;
  background: url('../images/footerRabbits.gif') no-repeat 116px 0px;
  padding-top: 21px;
  margin-top: 30px; margin-right: 30px;
}

.footerFacebook {
  margin-top: 46px;
  margin-left: 5px;
  display: block;
  float: left;
}
/************************* Footer end **************************************/

#leftColumn {
  margin-top: 76px;
  width: 190px;
/*  border: red solid 1px;*/
  float: left;
}

.cls {
   clear: both;
    float: none;
}

.classLogo {
  position: absolute;
  margin-left: -15px;
  top: -3px;
}

#mainColumn .addresse {
/*        margin-left: 30px;*/
 }

#mainColumn .addresse li {
        width: 340px;
        float: left;
        margin-right: 10px;
        margin-bottom: 24px;
        line-height: 17px;
 }

 strong {
   font-weight: bold;
 }

 .classGreen {
   color: #004413 !important;
 }

 .newsDiv {
/*   margin-left: 45px; */
   margin-right: 45px;
   padding-bottom: 50px;
 }

  .newsDiv h3 {
   font-family: verdana;
   font-weight: bold;
 }

 .alignleft {
   float: left;
   margin-right: 10px;
   margin-top: 10px;
 }

/* .wp-image-112 {
   margin-left: 30px;
 }*/

 .newsLink {
   color: #E11B13;
 }

 #mainColumn .alignright {
   float: right;

 }

 .btn-links {

 }

.btn-inhaltsstoffe-flasche,
.btn-inhaltsstoffe-dose,
.btn-freiwild-rezepte {
  background: url('../images/neu/btn_set.png') no-repeat;
  height: 64px;
  width: 124px;
  display: block;
  float: left;
}

.btn-inhaltsstoffe-flasche {
  background-position: 0px 0px;
}

.btn-inhaltsstoffe-dose {
  background-position: -128px 0px;
}


.btn-freiwild-rezepte {
  background-position: -260px 0px;
}

.popup-div {
  background-color: #faea23;
  color: #004413;
  height: 100%;
  font-size: 12px;

}

.popup-div p {
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 160px;
  line-height: 16px;

}

.popup-image {
   position: absolute;
   bottom: 10px;
   right: 70px;
}

.popup-div h1 {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 160px;
  font-size: 22px;
  color: #e41b13;
  margin-bottom: 11px;
}

p.highlighted {
  background: url('../images/neu/highlighted_bg.png') repeat-y;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url('../images/neu/popup-close.png') no-repeat;
  height: 65px;
  width: 34px;
  text-decoration: none;
}

.slider-sportfreaks {
  background: url('../images/neu/slider_bg.png')  no-repeat;
  padding-top: 29px;
  height: 445px;
  width: 760px;
}

.switcher  {
  margin-left: 34px;
}

.switcher a {
  height: 100px;
  width: 125px;
  display: block;
  float: left;
  margin-right: 4px;
}

#slider-sportfreaks-image {
  height: 349px;
  width: 694px;
  margin-left: 38px;
}


.image-bmx {
  background: url('../images/neu/sportfreaks_bmx.jpg') no-repeat;
}

.image-motocross {
  background: url('../images/neu/sportfreaks_motocross.jpg') no-repeat;
}

.image-freeskiing {
  background: url('../images/neu/sportfreaks_1.jpg') no-repeat;
}

.image-skateboarding {
  background: url('../images/neu/sportfreaks_skateboarding.jpg') no-repeat;
}

.active_motocross,
.hover_motocross {
  background: url('../images/neu/motocross_active.png') no-repeat 0px -8px;
}

.active_freeskiing,
.hover_freeskiing {
  background: url('../images/neu/freeskiing_active.png') no-repeat 0px -8px;
}

.active_skateboarding,
.hover_skateboarding {
background: url('../images/neu/skateboarding_active.png') no-repeat 0px -8px;
}


.active_bmx,
.hover_bmx {
background: url('../images/neu/bmx_active.png') no-repeat 0px -8px;
}


.content-wrapper-with-margin {
  margin-left: 50px;
  margin-right: 20px;
  overflow: hidden;
}

.content-wrapper {
  margin-right: 20px;
  overflow: hidden;
}

.content-wrapper a {
  outline: 0px;
}

#slider-conten {
  padding-top: 100px;
  padding-right: 10px;
  height: 247px;
  width: 186px;
  float: right;
  color: #000;
}

#slider-conten h1 {
  margin-bottom: 10px;
}

a.btn-slider-bg {
  background: url('../images/neu/btn_slider_bg.png') no-repeat;
  height: 34px;
  padding-top: 16px;
  text-align: center;
  width: 183px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #FFF !important;
  margin: 10px 0px;
}

#slider-pfeil {
  height: 10px;
  width: 480px;
  float: left;
  margin-top: 339px;
}

.pfeil_active_motocross,
.pfeil_hover_motocross {
  background: url('../images/neu/pfeil.png') no-repeat -3px 1px;
}

.pfeil_active_freeskiing,
.pfeil_hover_freeskiing {
  background: url('../images/neu/pfeil.png') no-repeat 124px 1px;
}

.pfeil_active_skateboarding,
.pfeil_hover_skateboarding {
  background: url('../images/neu/pfeil.png') no-repeat 253px 1px;
}


.pfeil_active_bmx,
.pfeil_hover_bmx {
  background: url('../images/neu/pfeil.png') no-repeat 383px 1px;
}

.video-box {
  clear: both;
  margin-left: 14px;
}

.video-item-wrap {
  background: url('../images/neu/video_bg.png') no-repeat;
  width: 339px;
  padding-top: 24px;
  padding-left: 10px;
  height: 228px;
  float: left;
  margin-left: 14px;
}
.content-wrapper-with-margin .video-item-wrap ,
.content-wrapper-with-margin .video-box {
 margin-left: 0px;

}

.video-item {
  display: block;
  height: 200px;
  width: 327px;
}

.video-box-mini {
   margin-left: 0px;
}

.video-box-mini .video-item-wrap {
  background: url('../images/neu/video_mini_bg.png') no-repeat;
  width: 329px;
  padding-top: 24px;
  padding-left: 10px;
  height: 228px;
  float: left;
  margin-left: 0px;
}

.video-item-first {
  margin-right: 10px;
}

.content-bmx,
.content-freeskiing,
.content-skateboarding {
  display: none;
}

.startseite-box {
  background: url('../images/neu/startseite_bg.png') no-repeat;
  width:722px;
  height:938px;
  overflow: hidden;
}

.startseite-video-link {
  display: block;
  width: 240px;
  height: 170px;
  margin-top: 160px;
  margin-left: 240px;
}

.startseite-getraenke {
  display: block;
  width: 440px;
  height: 270px;
  margin-top: 36px;
  margin-left: 140px;
}

.images-ul-wrapper {
  border-top: solid #d8d61b 1px;
}

.images-ul-wrapper li {
  background: url('../images/image_border_bg.png') no-repeat;
  padding-top: 32px;
  padding-left: 11px;
  height: 137px;
  width: 163px;
  float: left;
}

.images-ul-wrapper li a {
  display: block;
  height: 110px;
  width: 140px;
}


.sb-message {
    background: url('../images/flash.jpg') no-repeat #fff;
    background-color: red;
    height: 95%;
    text-indent: -99999px;
    position: relative;
}


.sb-message a {
    display: block;
    position: absolute;
    bottom: 26px;
    right: 29px;
    height: 131px;
    width: 196px;
}

/*------------------------------- freiwild tv start -----------------------------------------*/

.freiwild-tv {
    width: 739px;
    height: 341px;
    background: url(../images/freiwild-tv-background.png) 0px 0px no-repeat;
    position: relative;
    top: -22px;
    left: -17px;
    margin-bottom: -10px;
}

.freiwild-tv-list {
    position: relative;
    top: 40px;
    left: 490px;
    width: 217px;
    height: 265px;
    background: url(../images/freiwild-tv-ul-shadow.png) 0px -9px no-repeat;
}

.freiwild-tv-list li.video {
    height: 88px;
    position: relative;
    background: url(../images/freiwild-tv-li.png) center left repeat-y;
    color: #000;
    font-size: 12px;
}

.freiwild-tv-list li.video.active,
.freiwild-tv-list li.video:hover {
    background: url(../images/freiwild-tv-li-active.png) center left repeat-y;
}

.freiwild-tv-list .thumbnail {
    display: block;
    background-position: center center;
    width: 90px;
    height: 56px;
    text-indent: -9999px;
    position: absolute;
    top: 23px;
    left: 22px;
}

.freiwild-tv-list .title {
    position: absolute;
    top: 4px;
    left: 22px;
    text-decoration: none;
}

#mainColumn .freiwild-tv-list .title {
    color: #000;
}

.freiwild-tv-list .comments {
    position: absolute;
    top: 22px;
    left: 119px;
    display: block;
    width: 95px;
}

.freiwild-tv-list .socials {
    position: absolute;
    top: 59px;
    left: 119px;
}

.freiwild-tv-list .socials li {
    float: left;
}

.freiwild-tv-list .socials li a {
    display: block;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
}

.freiwild-tv-list .socials li a.facebook {
    background: url(../images/freiwild-tv-socials.png) 0px 0px no-repeat;
    margin-right: 9px;
}

.freiwild-tv-list .socials li a.twitter {
    background: url(../images/freiwild-tv-socials.png) -31px 0px no-repeat;
    margin-right: 9px;
}

.freiwild-tv-list .socials li a.youtube {
    background: url(../images/freiwild-tv-socials.png) -60px 0px no-repeat;
}

.freiwild-tv-viewport {
    position: absolute;
    top: 40px;
    left: 38px;
}

.freiwild-tv-ad-left,
.freiwild-tv-ad-right {
    position: absolute;
    top: 30px;
}

.freiwild-tv-ad-left {left: 497px;}
.freiwild-tv-ad-right {left: 678px;}

/*------------------------------- freiwild tv end -----------------------------------------*/

/*------------------------------- home news start -----------------------------------------*/

#mainColumn .headline-news {
    display: block;
    width: 69px;
    height: 24px;
    background: url(../images/headline-news.png) 0px 0px no-repeat;
    text-indent: -9999px;
    margin-bottom: 10px;
}

.home-news-list {
    border-top: 1px solid #d8d61b;
    border-bottom: 1px solid #d8d61b;
    padding: 11px 0px;
    width: 700px;
    margin-bottom: 20px;
}

.home-news-list li {
    background: url(../images/home-news-li-bg.png) 0px 0px no-repeat;
    padding: 10px 42px;
    margin-bottom: 10px;
    text-shadow: #f0ed8b 1px 1px;
    color: #084411;
}

.home-news-list li.last {
    margin-bottom: 0px;
}

/*------------------------------- home news end -----------------------------------------*/

/*------------------------------- home slider start -----------------------------------------*/

#home-slider {
    width: 749px;
    height: 419px;
    background: url(../images/home-slider-bg.png) 0px 0px no-repeat;
    position: relative;
    left: -22px;
    margin-top: 65px;
    margin-bottom: 20px;
}

#home-slider #logo {
    position: absolute;
    top: -79px;
    left: -4px;
}

#home-slider .viewport {
    position: absolute;
    width: 694px;
    height: 370px;
    top: 25px;
    left: 27px;
    overflow: hidden;
}

#home-slider .viewport img {
    display: none;
    position: absolute;
/*    opacity: 0.5;*/
}

#home-slider .viewport img.active {
    display: block;
}

#home-slider ul {
    position: absolute;
    bottom: 24px;
    left: 100px;
}

#home-slider ul li {
    float: left;
    display: block;
    width: 104px;
    height: 66px;
    position: relative;
    overflow: hidden;
    margin-right: 9px;
}

#home-slider ul li .crop {
    position: absolute;
    width: 104px;
    top: -18px;
    height: 78px;
    overflow: hidden;
}

#home-slider ul li img {
    width: 104px;
}

#home-slider ul li a {
    display: block;
    position: absolute;
    width: 104px;
    height: 66px;
    background: url(../images/home-slider-button-frame.png) 0px 0px no-repeat;
    text-indent: -9999px;
}

#home-slider ul li.passive a {
    background-position: -9999px 0px;
}

#home-slider ul li.passive img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

/*------------------------------- home slider end -----------------------------------------*/

/*------------------------------- facebook feed start -----------------------------------------*/

.facebook-feed {

}

.facebook-post {
    margin-bottom: 20px;
    padding: 0 0 30px 30px;
    background: url(../images/facebook-news/seperator.png) no-repeat bottom left;
}

.facebook-post .image {
    float: left;
    margin-right: 10px;
    width: 195px;
    height: 145px;
    background: white;
    padding: 5px;
}

.facebook-post .image .mask {
    position: relative;
    overflow: hidden;
    height: 145px;
    width: 195px;
}

.facebook-post .image .mask img {
    max-width: 220px;
}

.facebook-post .image .shadow {
    width: 195px;
    height: 12px;
    background: url(../images/facebook-news/image.png) center bottom no-repeat;
}

.facebook-post .message {
    margin-bottom: 10px;
}

.facebook-post .message h4 {
    margin-bottom: 5px;
    font-size: 10px;
}

.facebook-post .bottom li {
    float: left;
    margin-right: 20px;
}


/*------------------------------- facebook feed end -----------------------------------------*/