@media all and (max-width:1230px){
    ul {
        font-size:15px;
    }
}
@media all and (max-width:1000px){
    ul {
        font-size:12px;
    }
    #menubuttons{
        width:60%;
    }
}
@media all and (max-width:899px){
    ul {
        font-size:15px;
    }
    #coloredBar {
        height:97px;
    }
    #container {
        width:100%;
    }
    .responsive {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100vw;
    }
    #menubuttons,#footer  {
        width:60%;
        padding:unset;
    }
    .firstpage #footer{
        width:100%;
    }
    #leftPanelHolder {
        float:unset;
        width: 70%;
        align-self: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: -140px;
    }
    .houseDetailsTable table {
        width:100% !important;
    }
    #textDescription-details{
        display:none;
    }
    #gallery {
        margin-top:unset;
    }
}

@media all and (max-width:590px){
    #headerHolder {
        min-width:unset;
        max-width:100%;
    }
    #headerBanner {
        width:100%;
        min-width: unset;
    }
    #menubuttons {
        width:100%;
    }
    ul li {
        float:unset;
    }
    #transparentBar {
        padding-top:unset;
    }
    #coloredBar {
        height: 187px;
    }
    #mainContent {
        margin-top:110px;
    }
    .homeHolder-gallery {
        width:100%!important;
        max-width:unset;
    }
    #galleryThumb {
        max-width:unset!important;
        width:100%;
    }
    .homeHolder-gallery {
        max-width:unset!important;
    }
    .imageList-gallery {
        max-width:unset;
    }
    .imageHolder-gallery {
        max-width:unset;
    }
    #leftPanelHolder {
        float: unset;
        margin-top: unset;
        padding-top:100px;
    }

    #gallery {
        float:unset;
        margin-left:unset;
        margin-top:unset;
        width:500px
    }
    .firstpage #gallery {
        margin-top:280px!important;
        height:400px!important;
        margin: 0 auto;
    }
    #slogan img {
        width:100%;
    }
    #slogan{
        margin-top:530px;
    }
    .galleria-container {
        width:100%!important;
    }
    #textDescription-details {
        display:none;
    }
    #gallery{
        height:300px;
    }
    #buttonHolder-details{
        display:inline;
    }
    #container,#footer {
        width:100%;
        padding:unset;
    }
}
@media all and (max-width:500px){
    #gallery {
        width:400px
    }
}
@media all and (max-width:400px){
    #gallery {
        width:300px
    }
}
@media all and (max-width:300px){
    #gallery {
        width:200px
    }
}