/* 
    Document   : standard
    Created on : 23.02.2015, 15:48:41
    Author     : mac
    Description:
        Purpose of the stylesheet follows.
*/


/* Farbe auf Website #99cc33  grün*/

/* Farbe auf Website #005f98  blau*/

*{
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #525252;
    font-weight: 300;
}

h1{
    font-size: 1.4em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h2{
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
}

h3{
   font-size: 1.25em;
   font-weight: bold;
   margin: 0;
}

h4{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

h5{
   font-size: 1.15em; 
   font-weight: bold;
   margin: 0;
}

h6{
   font-size: 1.1em; 
   font-weight: bold;
   margin: 0;
}

.suchfeld-textfeld{
    display: block !important;
    width: 100% !important;
    max-width: 300px;
    height: 30px !important;
    padding: 5px !important;
    font-size: 20px !important;
    line-height: 1.0 !important;
    color: #777777 !important;
    background-color: white !important;
    background-image: none !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 0px !important;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;*/
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    box-sizing: border-box !important;
}


a{
    color: #6c99bd;
}

a:hover{
    color: #6c99bd;    
}

.barrel_roll {
    -webkit-transition: -webkit-transform 4s ease;
    -webkit-transform: rotate(360deg);
    -moz-transition: -moz-transform 4s ease;
    -moz-transform: rotate(360deg);
    -o-transition: -o-transform 4s ease;
    -o-transform: rotate(360deg);
    transition: transform 4s ease;
    transform: rotate(360deg);
}  

.inhalt{
    float:left;
    width: 100%;
}

.veranst-bereich{    
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;    
    float: left;    
}

.ergebnis-bereich-00{
    float: left;
    width: 100%;
}

.ergebnis-bereich-01-00{
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CACACA;
    border-radius: 0px;
}

.ergebnis-bereich-01-00-inner{
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.suchfelde-button{
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #6c99bd;
    cursor: pointer;    
    border-radius: 0px;
    /*font-weight: bold;*/
}

.suchfelde-button:hover{
    box-sizing: border-box;
    width: 100%;    
    color: white;
    text-align: center;
    vertical-align: middle;    
    cursor: pointer;    
    box-sizing: border-box;
    /*border: 1px solid #2786C6;*/
    transition-duration: 2s;
}

.suche-detailbutton{
    box-sizing: border-box;
    width: 100px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #6c99bd;
    cursor: pointer;   
    border-radius: 0px;
    float: left;
    /*font-weight: bold;*/
}

.weiterlesenbutton{
    box-sizing: border-box;
    width: 100px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
    color: #525252;
    text-align: center;
    vertical-align: middle;
    background-color: #6c99bd;
    cursor: pointer;
   
    border-radius: 0px;
    float: left;
    /*font-weight: bold;*/
}

.kalenderbutton{
    box-sizing: border-box;
    width: 250px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #6c99bd;
    cursor: pointer;   
    border-radius: 0px;
    float: left;
    /*font-weight: bold;*/
}

.kalenderbutton:hover{
    box-sizing: border-box;
    width: 250px;    
    color: white;
    text-align: center;
    vertical-align: middle;    
    cursor: pointer;    
    box-sizing: border-box;
    /*border: 1px solid #2786C6;*/
    transition-duration: 2s;
}

.ergebnis-liste-bild-sonder {
    display: inline;
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10;
    position: absolute;    
}

.ergebnisliste-bereich{
    float: left;
    width: 100%;
    display: inline;
}

.ergebnisliste-details{
    float: left;
    width: 100%;
    display: none;
}

.veranstaltungdetail-00-bilder{
    float: left;
    width:100%;    
    max-width: 1024px;
    text-align: center;
    background-color: #333333;
}

.veranstaltungdetail-00-text-text{ 
    float: left;
    width:100%;       
    text-align: left; 
    height: auto;
    overflow: hidden;
}

.videoWrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom:30px;
}

* html .videoWrapper {
    margin-bottom: 45px;
    margin-bottom: 0;
}

.videoWrapper div,
.videoWrapper embed, 
.videoWrapper object,
.videoWrapper iframe {
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.veranst-margin-top{
    margin-top: 25px;
}

.aktivcard{
    height: 100px;
}