/* 
    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:Verdana;*/
    font-family: Arial,Helvetica,Geneva;
    font-size: 14px;
}

.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: 100%;
    max-width:1500px; 
    float: left;
}

.ergebnis{
    float: left;
    max-width:1500px;
}

.ergebnisliste-bereich{    
    clear:left;
    float:left;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-top: 5px;
    max-width: 1500px;
    
}

.filter-bereich{    
    clear:left;
    float:left;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 1500px;    
}

.ergebnisliste-bereich-2{    
    clear:left;
    float:left;
    width:90%;
    margin-left:5%;
    margin-right:5%;    
    max-width: 1500px;
    
}

.ergebnisliste-bereich-border{
    border: 1px solid #EEEEEE;
    margin-bottom: 5px;
}

.ergebnisliste-sidebar-01{
    border: 1px solid #EEEEEE;
}


.zurueckbutton{    
    width: 100%;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #EEEEEE;
    color: #000033;
    display: block;    
    font-size: medium;
    /*font-weight: bold;*/
    line-height: 28px;   
    text-align:center;    
    text-decoration: none;
    cursor: pointer;    
}

.zurueckbutton:hover{
    border: 1px solid #99cc33;
    color: #000033;
    background-color: #EEEEEE;    
}

.suchenbutton{    
    width: 100%;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #99cc33;
    color: white;
    display: block;    
    font-size: large;
    /*font-weight: bold;*/
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.suchenbutton:hover{
    border: 1px solid #99cc33;
    color: #000033;
    background-color: #EEEEEE; 
}

.weiterbutton{    
    width: 100%;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #99cc33;
    color: white;
    display: block;    
    font-size: medium;
    /*font-weight: bold;*/
    line-height: 28px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.weiterbutton:hover{
    border: 1px solid #99cc33;
    color: #000033;
    background-color: #EEEEEE;
}

.weiterbuttonklein{    
    width: 90%;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #99cc33;
    color: white;
    display: block;    
    font-size: medium;
    /*font-weight: bold;*/
    line-height: 28px;   
    text-align:center;
    margin-left: 5%;
    margin-right: 5%;
    text-decoration: none;
    cursor: pointer;  
    margin-bottom: 5px;
}

.weiterbuttonklein:hover{
    border: 1px solid #99cc33;
    color: #000033;
    background-color: #EEEEEE;
}

.headerbutton{    
    width: 100%;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    /*background-color: #99cc33;*/
    background-color: #EEEEEE;
    color: #000033;
    display: block;    
    font-size: large;
    /*font-weight: bold;*/
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}


.ergebnisliste-bereich-hauptbild{    
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-top: 1%;    
    max-width:98%;    
}

.ergebnisliste-zahl{    
    width: 20px;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #EEEEEE;
    color: #000033;
    display: block;    
    font-size: medium;
    /*font-weight: bold;*/
    line-height: 28px;    
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; 
    cursor: pointer;    
}

.ergebnisliste-zahl:hover{ 
    border: 1px solid #99cc33;
    color: #000033;
    background-color: #EEEEEE;
}

.ergebnisliste-bereich-margin{        
    width: 100%;
    float: left;
    margin-top: 10px;      
}

.suchtextfeld{    
    width: 100%;  
    height: 30px;
    padding: 4px;
    font-size: 16px;
    line-height: 1.0;
    color: #000033;
    background-color: white;
    background-image: none;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.haus-bild-klein-slider{
    float:left;
    width:100%;
    display:none;
}

.haus-bild-klein-bereich{
    float:left;    
    width:32%;
    margin-top:1%;
    margin-left: 1%;    
    /*border: 1px solid #EEEEEE;*/
}

.mehr-button{
    clear:left;
    background: #EEEEEE;    
    margin-top: 5px;
    margin-bottom: 5px;
    width:100%;    
    text-align: center;
    cursor: pointer;
}

.haus-bild-klein{
    float:left;
    width:100%;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    max-height: 80px;
    
}

.ergebnis-filter-header{    
    margin-top:10px;
    margin-left: 5%;
    margin-right: 5%; 
    width:90%;
}

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

.button-sidebar-01{
    float:left;
    width:70%;       
}

.button-sidebar-02{
    float:left;
    width:25%;
    margin-left: 2%; 
    font-size: large;
    /*font-weight: bold;*/    
}

.left{
    float: left;
}

.text-center{
    text-align: center;
}

.datum-schrift{
    font-size: medium;
    /*font-weight: bold;*/
    color: #000033;
}

.abstand{
    height: 5px;
}

.detail-bereich-00{
    float:left;
    max-width: 1500px;
    width:100%;
}

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

.ergebnis-filter-checkbox-01{
    float:left;
    width:20%;    
}

.ergebnis-filter-checkbox-02{
    float:left;
    width:77%;
    margin-left:2%
}

.titel-break{    
    word-wrap: break-word;
}

.bilder-slider-bild{     
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    
    
}

.bilder-slider{
    display: none;
    top: 0px;
    left: 0px;
    background-color: rgba(105, 105, 105, 0.95);; 
    position: fixed;
    display: none;
    float:left;
    /*margin-left: 5%;
    margin-right:5%;
    margin-top: 5%;
    margin-bottom: 5%;*/
    width:100%;
    height: 100%;
    z-index: 20;    

} 

.bilder-slider-bereich{
    float:left;
    width:90%;
    height: 100%;
    margin-left: 5%;
    margin-right:5%;        
}

.bilder-slider-bild-bereich{
    float:left;
    height: 70%;
    width: 100%;
    margin-top:5%;
    margin-bottom: 5%;    
    text-align: center;
    
}

.bilder-slider-bild-bereich-innen{
    float:left;
    width:100%;
    height:100%; 
}

.zurueckbuttonbilder{    
    width: 100%;    
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #99cc33;
    color: white;
    display: block;    
    font-size: medium;
    /*font-weight: bold;*/
    line-height: 28px;   
    text-align:center; 
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;    
}

.zurueckbuttonbilder:hover{
    border: 1px solid #99cc33;
    color: #000033;
    background-color: #EEEEEE;
}

.bild-pointer{
    cursor: pointer;        
}

.ergebnisliste-bereich-00{
    background-color: #EEEEEE;
    color: #000033; 
}

.ergebnis-filter-content-inner{
    margin-left: 5%;
    margin-right: 5%;
    width:90%;
}

.hausbutton{    
    width: 100%;           
    float: left;    
    background-color: darkgrey;    
    color: white !important;
    display: block;    
    line-height: 20px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.hausbutton:hover{
    color: white !important;
    background-color: #99cc33;
    /*border: 1px solid darkgrey;*/
    cursor: pointer;
}

.select-feld{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.0;
    color: #777777;
    background-color: white;
    background-image: none;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.select-feld-30{
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px;
    font-size: 14px;
    line-height: 1.0;
    color: #777777;
    background-color: white;
    background-image: none;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.select-option-feld{
    display: block;
    width: 100%;
    height: 26px;
    padding: 4px;
    font-size: 14px;
    line-height: 1.0;
    color: #777777;
    background-color: white;
    background-image: none;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}