/*
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 : 25.05.2018, 09:01:14
    Author     : mac
*/

/* Online Ausblenden und von Website übernehmen 
*{
    font-family: 'Alegreya Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-size: 1.0em;
    color: #777777;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

.h1, .h2, h1, h2 {       
    color: #5880C0;
}

h1{
    font-size: 1.8em;
}

h2{
    font-size: 1.6em;
}

h3{
   font-size: 1.5em; 
}

h4{
    font-size: 1.4em;
}

h5{
   font-size: 1.3em; 
}

h6{
   font-size: 1.2em; 
}

a{
    text-decoration: none;
}

   */

.mywintop-00{
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
    margin-top: 10px;
}

.mywintop-00 a{
    text-decoration:none;
}

.mywintop-h3{
    color: #3b5e91 !important;
    font-weight: bold !important;    
    overflow: hidden;    
}

.mywintop-h3-detail{
    color: #228b22 !important;
    font-weight: bold !important;   
    
}

.mywintop-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.mywintop-select-feld{
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    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;
    box-sizing: border-box !important;
}

.mywintop-select-feld-2{
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 20px;
    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;
    box-sizing: border-box !important;
    max-width: 300px;
}

.mywintop-select-feld-30{
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    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;
    box-sizing: border-box !important;
}

.haus-suchfeld-textfeld {
    display: block !important;
    width: 100% !important;
    height: 40px !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;
}

.haus-suchfeld-textfeld-2 {
    display: block !important;
    width: 100% !important;
    height: 40px !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;
    max-width: 300px;
}

.mywintopgastgeber-02-preis{
    font-weight: bold;
}

.mywintop-zeile{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.mywintop-select-haus{
    float: left;
    width: 250px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: white; 
    border: 1px solid #777777 !important;
    color: #777777;
}

.mywintop-button-haus{
    height: 40px;
    width: 250px;
    background-color: #3b5e91;
    color: white;
    border: none;    
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 0 0 0;
}

.mywintop-button-haus:hover{
    background-color: #777777;
}

.mywintop-button{
    height: 40px;
    width: 100%;
    max-width: 320px;
    background-color: #3b5e91;
    color: white;
    border: none;    
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 0 0 0;
}

.mywintop-button:hover{
    background-color: #777777;
}

.mywintop-textfeld-haus{
    float: left;
    width: 250px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: white;  
    border: 1px solid #777777 !important;
    color: #777777;

}

.mywintop-textarea-haus{
    float: left;
    width: 250px;
    box-sizing: border-box;
    height: 160px;
    line-height: 40px;
    vertical-align: middle;
    background-color: white;
    text-align: center;    
    border: 1px solid #777777 !important;
    color: #777777;

}

.mywintop-kinderselect{
    display: none;
}

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

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

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

.mywintop-video-max{
    max-width: 640px;
}

.mywintop-margin-20{
    margin-top: 20px;
}

.mywintop-zimmerbilder{
    cursor: pointer;
    height: 80px;
    margin-top: 5px;
}

.mywintop-bilderslider{
    display: none;
    position: fixed;    
    top:0;
    left:0;
    z-index: 9999;
    float: left;
    width: 100%;
    height: 100vh;
    background-color: rgba(100 ,100 ,100 ,0.9);
    text-align: center;
}

.mywintop-bilderslider-bereich{
    float: left;
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    height: 80vh;    
}

.mywintop-bilderslider-steuerung-oben{
    float: left;
    width: 100%;
    height: 50px;
}

.mywintop-bilderslider-steuerung-unten{
    float: left;
    width: 100%;
    height: 50px;
}

.mywintop-bilderslider-bildbereich{
    float: left;
    width: 100%;
    height: calc(100% - 120px);
    margin-top: 10px;
    margin-bottom: 10px;
}

.mywintop-bilderslider-bildbereich-innen{
    float:left;
    width:100%;
    height:100%; 
}

.mywintop-bilderslider-bild{   
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.mywintop-bilderslider-button{    
    width: 50px;    
    /*border:2px solid #FFFFFF;*/
    /*box-shadow: 0 0 10px #999999;*/
    clear: left;
    background-color:  #3b5e91;
    color: white;
    display: block;    
    font-size: medium;
    /*font-weight: bold;*/
    line-height: 28px;
    height: 30px;
    text-align:center; 
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;   
    box-sizing: border-box;   
    font-weight: bolder;
    border-radius: 5px;
}

.mywintop-bilderslider-button:hover{
    border: 0px solid  #3b5e91;
    color: #777777;
    background-color: white;
    box-sizing: border-box;
}

.mywintop-bilderslider-zurueck{
    float: left;
    width: 48%;
}

.mywintop-bilderslider-weiter{
    float: left;
    width: 48%;
    margin-left: 4%;
}

.mywintop-anfragebereich{
    display: none;
}

.mywintop-buchungsframe-buchung {
    float: left;
    width: 100%;
    height: 1000px;
}

.aktivcard-tooltip{
    cursor: pointer;
}

.aktivcard-h3{
    color: #228b22 !important;
    font-weight: bold !important;  
}

.mywintop-button-filter{
    height: 40px;
    width: 100%;    
    background-color: #3b5e91;
    color: white;
    border: none;    
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
}

.mywintop-button-filter:hover{
    background-color: #777777;
}

.mywintopgastgeber-02-betrieb:hover{
    box-shadow: 0px 0px .5rem rgba(0, 0, 0,0.5);;
    cursor: pointer;               
    transition: 1s;
}

.mywintop-table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    float: left;
}

.mywintop-preis-tabelle{
    float: left;
    width: 100%;
    min-width: 720px;
    table-layout: fixed;
    padding: 5px 5px 5px 5px;
    text-align: left;    
    border-collapse: collapse;
}

.mywintop-preis-tabelle-td{
    border-bottom: 1px solid #777777;
    padding: 5px 5px 5px 5px;
}

.mywintop-radio{
    width: auto;
}

.mywintopgastgeber-weitere{
    width: 100%;
    display: none
}

.mywintop-branchenbuch-00{
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;    
    margin-top: 30px;
}

.mywintop-zeile-branchenbuch{
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

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


