
  .discavo-widget{
     background-color:#452045 !important;
     color:white !important;
     height:350px !important;
     width: 250px !important;
     font-size: 14px !important;
  }
  #logo{
      margin-top:25px;
      margin-left:25px;
      background-color:#452045 !important;
      border: 0px !important;
  }
  #destinationcontainer,#anreisecontainer,#abreisecontainer,#zimmercontainer,input[type="button"]{
     margin-top:15px;
     margin-left:30px;
  }
  #destination{
    width: 150px;
  }
  .class {
        width: 150px;
        border-radius: 25px 0px 0px 25px;
  }
  #suchen{
    background-color: #fcba45;
    color: #fff;
    text-shadow: 1px 1.8px 2px #9f4b00;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    -ms-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    width: 75px;
    margin-left: 140px;
    height: 30px;
    border: 0px !important;
  }
  #suchen:hover{
    cursor:pointer;
    background-color: #fba816;
  }

input[type="text"],select{
        margin-right: -6px;
        border: solid 2px #c7cbd0;
        font-size: 15px;
        padding: 8px 10px 9px 30px;
        background-color: #ffffff;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
}
input[type="text"]:focus{
        outline: 0;
        background-color: #4e9ff7;
        color: white;
        border: solid 2px #4e9ff7;
}
input[type="text"]:hover{
    background-color: #2d95a3;
    color: white;
    border: solid 2px #2d95a3;
}

.location{
    width: 370px;
    border-radius: 25px 25px 25px 25px;
    background: url("../images/loaction-blue.png") no-repeat scroll 15px 10px;
} 
.location:hover{
    background: url("../images/loaction.png") no-repeat scroll 15px 10px;
}
  
.location:focus{
    background: url("../images/loaction.png") no-repeat scroll 15px 10px;
}
.dates {
    width: 55px;
    background: url("../images/dates-blue.png") no-repeat scroll 11px 10px;
}
.dates:hover {
    background: url("../images/dates.png") no-repeat scroll 11px 10px;
}
.dates:focus {
    background: url("../images/dates.png") no-repeat scroll 11px 10px;
}
#from{
    border-radius: 25px 0px 0px 25px;
}
#to{
    border-radius: 0 25px 25px 0;
}

select {
    margin: 0px 0px 0px 0px !important; 
    -webkit-border-radius:25px !important;
    -moz-border-radius:25px !important;
    border-radius:25px !important;
    display: inline-block !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    appearance:none !important;
    cursor:pointer !important;
    width: 194px !important;
    height: 36px !important;
    border: solid 2px #c7cbd0;    
    font-size: 15px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    padding: 5px 0px 4px 40px !important
}

.rooms2{
    width: 370px;
    border-radius: 25px 25px 25px 25px;
    background-color: #ffffff;
    background-image: url("../images/double-blue.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
}
.rooms2:focus{
    color:white;
    background-color: #4e9ff7;
    background-image: url("../images/double.png");
    border: solid 2px #4e9ff7;
}
.rooms2:hover{
    color:white;
    background-color: #2d95a3;
    background-image: url("../images/double.png");
    border: solid 2px #2d95a3;
}

.rooms1{
    width: 370px;
    border-radius: 25px 25px 25px 25px;
    background-color: #ffffff;
    background-image: url("../images/single-blue.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

.rooms1:focus{
    color:white;
    background-color: #4e9ff7;
    background-image: url("../images/single.png");
    border: solid 2px #4e9ff7;
}
.rooms1:hover{
    color:white;
    background-color: #2d95a3;
    background-image: url("../images/single.png");
    border: solid 2px #2d95a3;
}

.search {
    display: inline-block;
    font-size: 15px;
    height: 40px;
    padding: 5px 25px 6px 50px;
    border-radius: 40px 40px 40px 40px;
    color: white;
    background: url(https://googledrive.com/host/0B4YUj3rQJO8acjB1anI1aVNjQVk/search-icon.png) no-repeat scroll 22px 10px #ffa10b;
    box-shadow: 0 4px 0 0 #c07b0b;
    text-shadow: 1px 1px 1px #9f4b00;
    width: 194px;
}
button {
    outline: 0 !important;
    border: 0 !important;
    display: inline !important;
    cursor: pointer !important;
}