/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.01.2014, 14:48:44
    Author     : sascha
*/

#eventContainer {
  margin: 12px 0 12px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  width:530px;   
  padding-bottom: 10px;
}

#boxTitleEvent {
  
background-image: -webkit-gradient(linear, left top, left top, color-stop(0, #FFFFFF), color-stop(1, #808080));
background-image: -o-linear-gradient(left top, #FFFFFF 0%, #808080 100%);
background-image: -moz-linear-gradient(left top, #FFFFFF 0%, #808080 100%);
background-image: -webkit-linear-gradient(left top, #FFFFFF 0%, #808080 100%);
background-image: -ms-linear-gradient(left top, #FFFFFF 0%, #808080 100%);
background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
background-image: -webkit-radial-gradient(left top, #FFFFFF 0%, #808080 100%);
    
    /*
  background-image: -webkit-gradient(linear, left top, from(#FFFFFF) 0%, to(#808080) 100%);
  background-image: -webkit-linear-gradient(left top, #FFFFFF 0%, #808080 100%);
  background-image:    -moz-linear-gradient(left top, #FFFFFF 0%, #808080 100%);
  background-image:      -o-linear-gradient(left top, #FFFFFF 0%, #808080 100%);
  background-image:         linear-gradient(left top, #FFFFFF 0%, #808080 100%);
  
  */
  
  /*background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%) !important; */
  border-left: 1px solid #C0C0C0;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding: 4px 6px 6px;
}

#interviewContainer2 {
  margin: 10px 0 12px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
}

#webcamContainer {
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
}

#boxTitleInterview {
  background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
  border-left: 1px solid #C0C0C0;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding: 4px 6px 6px;   
}

#boxTitleWebcam {
  background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
  border-left: 1px solid #C0C0C0;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding-bottom: 6px;
  padding-right:6px;
  padding-top:4px;
    padding-left:1px;
}

#galleryContainer2 {
  margin: 12px 0 12px 0;
  width:100%;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
}

#boxTitleGallery {
  background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
  border-left: 1px solid #C0C0C0;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding: 4px 6px 6px;    
}

#companyContainer {
  margin: 25px 12px 12px 0 !important;
  outline: none !important;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
}

#boxTitleCompany {
  background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
  border-left: 1px solid #C0C0C0;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding: 4px 6px 6px; 
}

#meteoContainer {
  margin: 25px 0 12px 12px !important;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
}

#boxTitleMeteo {
  background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
  border-left: 1px solid #C0C0C0;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding: 4px 6px 6px; 
}

#startsiteEventHeute, #startsiteEventMorgen, #startsiteEventZukunft {
  width:100%;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #296889;
background-image: -webkit-gradient(linear, left top, left top, color-stop(0, #FFFFFF), color-stop(1, #808080));
background-image: -o-linear-gradient(left top, #388fbc 0%, #296889 100%);
background-image: -moz-linear-gradient(left top, #388fbc 0%, #296889 100%);
background-image: -webkit-linear-gradient(top, #388fbc 0%, #296889 100%);
background-image: -ms-linear-gradient(top, #388fbc 0%, #296889 100%);
background-image: linear-gradient(to bottom, #388fbc 0%, #296889 100%);
  color: #e9eff3;
  padding: 5px 0 5px 2px;
  margin: -1px;
  border-radius: 0px;
}

#companyTitleImage {
    margin-top:5px;
}

#companyTitleImage2 {
    margin-top:5px;
}

#companyTitleImageBox2 {
    word-wrap: break-word;
}

#companyTitleImageBox {
    word-wrap: break-word;
}

#companyInformations {
    height:100%;
    width:100%;
}

#companyLink {
    text-align: center;
}

#businessPart {
    padding:5px;
    width:164px !important;
}

#clubPart {
    padding:5px;
    width:164px !important;
    border-left:1px grey solid;
}

/*#buttonLB {
    background: -moz-linear-gradient(center top , #88C0DE, #69B5DE) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #69B5DE;
    border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #E9EFF3;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0em 1em 0em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin: 5px 0;
    margin-top:-2px;
}*/

#interviewInhalt {
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
}

#welcomeStartInhalt{
    padding: 10px 10px 10px 10px;
}

#buttonInterview {
    padding-top: 10px;
}

#galleryInhalt {
    padding: 10px;
}

#interviewMaxText {
    text-decoration: none;
}

#buttonAllGallery {
    text-align: -moz-center;
    margin-bottom: 17px;
}

#buttonEventPadding {
    padding-right: 10px;
}

#companyContent2 {
    height: 103px;
    padding: 4px 9px 4px 4px;
}

#companyTitle {
    height:58px;
    margin:10px;
}

#companyContent {
    height: 103px;
    padding: 4px 9px 4px 4px;
}

#companyDetailText {
    height:100%;
    width:100%;
    overflow: hidden;
}

#imageEventArrowOpen {
    float:right;
}

.tracker-individual-container {
    margin-top: 25px !important;
}

.tracker-summation-container {
    top: 280px !important;
}

.carousel-container {
    width:100% !important;
}

#tvContainer{
  /*  width: 100%;*/
}
#goingOnContainer{
 /*   width: 100%; */
 width: 650px;
}

#tdEventTitle{
    padding-left: 2px;
    padding-right: 2px;
}

#bEventCalTitle{
    color: #015A8A;
    font-size: 12px;
}
#bEventCalTitleS{
    color: #3B94C4;
    font-size: 11px;
}
#tdEventCalDate{
    font-size: 10px;
}
#tdEventCalMore{
    text-align: center;
    padding-right: 5px;
}

#welcomeContainer2 {
margin-bottom:27px;
margin-left:14px;
margin-right:-71px;
margin-top:10px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
}

#webcamContainer2{
    float: left;
    height: 100%;
    width: 170px;
}




#webcamContainer2 {
  margin-right:-76px;
  margin-bottom:12px;
  margin-left:20px;
  margin-top: 0px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  position:relative;
  top:11px;
}

#votingContainer2{
    float: left;
    height: 100%;
    width: 170px;
}

#votingContainer2 {
  margin-right:20px;
  margin-bottom:12px;

  margin-top: 0px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  
  top:11px;
}

#votingContainer3{
    float: left;
    height: 100%;
    width: 170px;
}

#votingContainer3 {
  margin-right:-76px;
  margin-bottom:12px;

  margin-top: 0px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  position:relative;
  top:11px;
}



#sbbContainer2 {
  margin-right:-76px;
  margin-bottom:20px;
  margin-left:20px;
  margin-top: 0px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
  -moz-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  -webkit-box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  box-shadow:0px 0px 5px #333, 5px 5px 3px #808080;
  position:relative;
  top:11px;
  float: left;
  height: 100%;
  width: 170px;
}

#trEventCalTitleHeight{
    line-height: 15px;
}
#tableEventCalDate{
    width: 69%;
   
}
#trEventCalDate{
    color: #D97600;
    font-weight: bold;
}
#trEventCalDate2{
    color: orange;
    font-weight: bold; 
}

/* Strukturierungselemente */

#sectionTop{
    height: 100%;
}


#boxJoketitle {
  background-image: radial-gradient(ellipse farthest-corner at left top , rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
  border-left: 1px solid #C0C0C0;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  padding: 4px 6px 6px;   
}

#jokeInhalt {
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
}