/* 
    Document   : standard
    Created on : 13.04.2015, 14:41:59
    Author     : mac
    Description:
        Purpose of the stylesheet follows.
*/

/* green #979f14 */
/* color: #000033*/

*{
    /*font-family:Verdana;*/
    font-family: Arial;
    font-size: 14px;
    color: #777777;
}

.s12{
    /*font-family:Verdana;*/
    font-family: Arial;
    font-size: 12px;
    color: #777777;
}

.s12pau{
    /*font-family:Verdana;*/
    font-family: Arial;
    font-size: 12px;
    color: #979f14;
}

.s12b{
    /*font-family:Verdana;*/
    font-family: Arial;
    font-size: 12px;
    color: #777777;
    font-weight: bold;
}

.s13{
    /*font-family:Verdana;*/
    font-family: Arial;
    font-size: 13px;
    color: #777777;
}

.s16b{
    font-family: Arial;
    font-size: 16px;
    color: #777777;
    font-weight: bold;
}


.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);
} 

.suche-container{
    float:left;
    width: 100%;
    max-width: 1500px;    
}

.suche-container-inner{
    width:96%;
    margin-left: 2%;
    margin-right: 2%;
    float:left;
}

.headerbutton{    
    width: 100%;           
    clear: left;    
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    color: #777777;
    display: block;    
    font-size: large;    
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.headerbutton-active{    
    width: 100%;           
    clear: left;    
    background-color: #979f14;
    border: 1px solid #DDDDDD;
    color: whitesmoke;
    display: block;    
    font-size: large;    
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.headerbutton-active:hover{
    background-color: #FAFAFA;
    color: #777777;
}

.headerbutton:hover{    
    color: whitesmoke;
    background-color: #979f14;    
}

.headerbutton-2{    
    width: 100%;           
    clear: left;    
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    color: #777777;
    display: block;    
    font-size: large;    
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;     
}

.headerbutton-2:hover{    
    color: whitesmoke;
    background-color: #979f14;    
}

.headerbutton-3{    
    width: 100%;           
    clear: left;    
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    color: #777777;
    display: block;    
    font-size: large;    
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    /*cursor: pointer;*/     
}



.suchenbutton{    
    width: 100%;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #979f14;
    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 #979f14;
    color: #777777;
    background-color: #EEEEEE; 
}

.suche-container-abstand{
    margin-top: 5px;
    /*border-bottom: 1px solid #DDDDDD;*/
}

.suche-container-inhalt{
    float:left;
    width:100%;
    margin-top: 10px;
    /*border-bottom: 1px solid #DDDDDD;*/
}

.suchmaske-fieldset{
    border: 1px solid #DDDDDD;
    border-style: solid none none;
}

.suchmaske-fieldset-header{
    background: #FAFAFA; 
    border: 1px solid #DDDDDD;
    height: 25px;
    vertical-align: middle;
}

.suche-container-zeile{
    float: left;
    width: 90%;
    margin-left: 5%;    
}

.subueigenschaften{
    display: none;
    float:left;
    width:100%;
}

.subueigenschaften-sichtbar{    
    float:left;
    width:100%;
}

.ergebnis-liste-bild{
    width:100%;
    max-width:100%;
    max-height: 100%;
    cursor: pointer;
}

.ergebnis-liste-haus-00{
    float:left;
    width:96%;
    margin-left:2%;
    /*border: 1px solid #EEEEEE;*/ 
    border-top: 3px solid #EEEEEE;
}

.ergebnis-liste-abstand{
    float:left;
    width:100%;
    margin-top:25px;
}

.ergebnis-listen-bild-notiz {
    width: 50px;
    margin-top: 10px; 
    margin-left: -60px;
    z-index: 10;
    position: absolute;
}

.ergebnis-liste-clear{    
    clear: both;
}

.ergebnis-liste-hausname{    
    width: 100%;           
    clear: left;    
    background-color: #FAFAFA;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    color: #777777;
    display: block;    
    font-size: large;    
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.ergebnis-liste-hausname:hover{    
    color: whitesmoke;
    background-color: #979f14;    
}

.buchenbutton{    
    width: 100%;
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color: #979f14;
    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;    
}

.buchenbutton:hover{
    border: 1px solid #979f14;
    color: #777777;
    background-color: #EEEEEE;
    cursor: pointer;
}

.anfragenbutton{    
    width: 100%;           
    clear: left;    
    background-color: #FAFAFA;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    color: #777777;
    display: block;    
    font-size: large;    
    line-height: 40px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.anfragenbutton:hover{
    color: whitesmoke;
    background-color: #979f14;  
    cursor: pointer;
}

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

.merkenbutton:hover{
    color: white;
    background-color: #979f14;
    /*border: 1px solid darkgrey;*/
    cursor: pointer;
}

.merkenbutton-2{   
    margin-top: 5px;
    width: 150px;           
    float: left;    
    background-color: darkgrey;    
    color: white;
    display: block;    
    font-size: medium;    
    line-height: 20px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.merkenbutton-2:hover{
    color: white;
    background-color: #979f14;
    /*border: 1px solid darkgrey;*/
    cursor: pointer;
}

.buchenergebnisbutton{    
    width: 150px;           
    float: left;    
    background-color: #979f14;    
    color: whitesmoke;
    display: block;       
    line-height: 20px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;
    cursor: pointer;    
}

.buchenergebnisbutton:hover{
    color: white;
    background-color: darkgrey;
    /*border: 1px solid #979f14;*/
    cursor: pointer;
}

.buchenkleinbutton{    
    width: 100%;           
    float: left;    
    background-color: #979f14;    
    color: white;
    display: block;    
    font-size: medium;  
    text-align:center;    
    height: 98%;
    max-height: 30px;
    /*margin-top: 5%;
    margin-bottom: 5%;*/
    text-decoration: none;
    cursor: pointer;   
    margin-top: 1%;
    margin-bottom: 1%;
}

.buchenkleinbutton:hover{   
    color: #777777;
    background-color: #EEEEEE;
    cursor: pointer;
    border: 1px solid #979f14;
}

.buchenkleinbuttonkarte{    
    width: 90%;           
    float: left;    
    background-color: #979f14;    
    color: white;
    display: block;    
    font-size: medium;  
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    height: 86%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-decoration: none;
    cursor: pointer;    
}

.buchenkleinbuttonkarte:hover{   
    color: #777777;
    background-color: #EEEEEE;
    cursor: pointer;    
}

.ergebnis-liste-haus-name{
    line-height: 30px;
    width: 100%;
    font-size: large;
    cursor: pointer;
}

.ergebnis-liste-haus-name:hover{
    color: whitesmoke;
    background-color: #979f14;  
    cursor: pointer;
}

.ergebnis-liste-preiscontainer-01{
    float:left;
    width:100%;
}

.ergebnis-liste-preiscontainer-02{    
    font-weight: bold;
    float:left;
    width:100%;
}

.ergebnis-liste-preiscontainer-03{
    float:left;
    width:100%;
}

ergebnis-liste-haus-zeile{
    float: left;
    width: 100%;
}

.bilder-slider-bild{   
    max-height: 100%;
    max-width: 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; 
    max-width: 1500px;

} 

.extra-slider{
    display: none;
    top: 0px;
    left: 0px;
    background-color: whitesmoke; 
    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; 
    max-width: 1500px;

} 

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

} 

.anfrage-slider{
    display: none;
    top: 0px;
    left: 0px;
    background-color: whitesmoke; 
    position: absolute;
    display: none;
    float:left;
    /*margin-left: 5%;
    margin-right:5%;
    margin-top: 5%;
    margin-bottom: 5%;*/    
    width:100%;
    height: auto;
    min-height: 100%;
    z-index: 20; 
    max-width: 1500px;

} 

.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;
    
}

.anfrage-slider-anfrage-bereich{
    float:left;
    height: 70%;
    width: 100%;
    margin-top:5%;
    margin-bottom: 5%;  
}

.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: #979f14;
    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 #979f14;
    color: #777777;
    background-color: #EEEEEE;
}

.bild-pointer{
    cursor: pointer;        
}

.haus-hausbereich{
    float:left;    
    max-width: 1500px;
    width: 100%;    
}

.haus-hausbereich-00{
    width:100%;
    float:left;
    margin-top: 5px;
}

.haus-zimmerbereich-00{
    float: left;
    width: 100%;
}

.haus-hausbereich-bildklein{
    width: 100%;    
    float: left;   
}

.haus-hausbereich-bildklein-bild-weitere{
    display: none;
}

.haus-hausbereich-hauptbild{
    width:100%;
    cursor: pointer;
}

.haus-zimmerbereich-01-02-01-text{    
    font-weight: bold;
    cursor: pointer;  
}

.haus-zimmerbereich-00-inner{    
    float: left;
    width:100%;
}

.haus-bereich-00-trenner{
    float: left;
    width: 100%;
    border-top: 2px solid #DDDDDD;
    margin-top: 20px;
}

.haus-zimmer-bilder{
    cursor: pointer;
    height: 120px !important;
    /*width:100%;*/
}

.ergebnis-liste-info-bereich{
    margin-top: 5px;    
    float:left;
    width:96%;
    margin-left:2%;       
}

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

.ergebnisliste-zahl:hover{ 
    border: 1px solid #979f14;
    color: #777777;
    background-color: #EEEEEE;
}

.ergebnisliste-zahl-margin{
    float:left;
    margin-left: 5px;
}

.haus-bereich-hausname{
    font-size: large;
    font-weight: bold;
}

.haus-anfrage-bereich{
    height: auto;
    width: 100%;
    float:left;
}

.preis-zimmer{
    font-weight: bold;    
}

.gastgeber-suchfeld{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #DDDDDD;
}

.haus-hausbereich-preis{
    float: left;
    width: 100%;
    margin-top: 10px;
}

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

.subueigenschaften-header{
    float: left;
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #DDDDDD;
    font-size: large;
}

.extra-slider-bild{
    float: left;
    width: 100%;
}

.kein-treffer{
    text-align: center;
    font-size: large;
}

.haus-hausbereich-01-header{
    float: left;
    width: 100%;
    line-height: 40px;
}

.ergebnis-liste-preiscontainer{
    float: left;
    width: 90%;
    text-align: right; 
    margin: 5%;
}

.haus-hausbereich-02-03-01{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.ergebnis-liste-haus-00-06-inner{
    width: 98%;           
    float: left;    
    margin-left: 1%;
    margin-right: 1%;        
}

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

.personen-zimmer-container{
    width: 100%;
    float: left;  
}

.personen-zimmer-container-inner-inner{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.weitere-zimmer-container-inner{
    float: left;
    width: 100%;
}

.personen-zimmer-einheit-header{
    font-size: large;
}

.personen-zimmer-einheit-02-03-inner{
    float: left;
    width: 100%;
}

.pointer{
    cursor: pointer;
}

.suchmaskebutton{    
    width: 100%;           
    float: left;    
    background-color: #979f14;    
    color: whitesmoke;
    display: block;    
    font-size: large;    
    line-height: 34px;   
    text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    text-decoration: none;      
}

.suche-trenner{
    float: left;
    width: 100%;
    margin-top:5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.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;
}

.textfeld{
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px;
    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;
}

.anfrage-bereich-textfeld{
    min-width: 250px;
    width: 90%;
    height: 24px;
    padding: 0px;
    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;
}

.anfrage-bereich-textfeld-datum{    
    width: 90%;
    height: 24px;
    padding: 0px;
    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;
}

.anfrage-bereich-textfeld-bemerkung{    
    width: 90%;    
    padding: 0px;
    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;
}

.textfeld-400{
    width: 100%;
    max-width: 400px;
}

.abstand-5{
    margin-top: 5px;
}

.abstand-5-z{
    margin-top: 5px;
}


.select-feld-personen{
    display: block;
    width: 50px;
    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-feld-kinder{
    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;
}

.text-large{
    font-weight: bold;
}

.pauschalentext{
    display: inline;
}

.rabatt{    
    width: 100%;           
    float: left;    
    background-color: #979f14;
    color: white;
    display: block;    
    font-size: medium;  
    text-align:center;    
    height: 98%;
    max-height: 30px;
    font-weight: bolder;
    /*margin-top: 5%;
    margin-bottom: 5%;*/
    text-decoration: none;
    cursor: pointer;    
    margin-top: 1%;
    margin-bottom: 1%;
}

.select-feld-zimmer{
    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;
}

.mywintopbuchungsstrecke{
    background-color: white;
}

.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: #979f14;
    /*border: 1px solid darkgrey;*/
    cursor: pointer;
}