@media only screen and (min-device-width: 1280px){
    body{
        background-image: linear-gradient(45deg, rgb(95, 128, 59), lightblue);
        color: white;
    }.fixed_pos_header{
        width: 100%;
        height: 100%;
        border: 1px solid white;
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
    }.additem{
        position: absolute;
        top: 0px;
        right: 0px;
        margin-right: 10px;
        margin-top: 10px;
        width: 50px;
        height: 50px;
        border: 1px solid orange;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        background-color: orange;
    }.additem:hover{
        cursor: pointer;
    }
    .header_parent{
        width: 100%;
        height: 10%;
        background-color: white;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }.filter_holder{
        border: 1px solid white;
        box-sizing: border-box;
        height: 90%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }.filter_element{
        box-sizing: border-box;
        background-color: none;
        width: 100%;
    }.hide_search_buttons{
        display: none;
    }#searched_text{
        height: 100%;
        min-height: 40px;
        max-height: 40px;
        width: 500px;
        max-width: 500px;
        border-radius: 20px;
        background-color: transparent;
        border: 1px solid black;
        padding-right: 15px;
        text-align: right;
        font-size: 20px;
    }.filter_condition{
        border: 1px solid none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }.search_btn_2{
        width: 120px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid none;
        color: black;
        font-weight: bold;
        background-color: white;
        border-radius: 20px;
        z-index: 999;
        border: 1px solid transparent;
        position: absolute;
        left: 3px;

    }
    #formfilter{
        width: 100%;
        height: 100%;
        border: 1px solid none; 
        display: flex;
        justify-content: center;
        align-items: center;       
    }
    #search_text_div_parent{   
        height: 100%;
    }#submitform1{
        display: block;
    }#bundesland_selection_select{
        display: none;
        height: 40px;
    }#title_bundesland{
        display: none;
    }#default_bezirk{
        display: none;
    }#oeberoesterreich_selected{
        display: none;
    }#niederoesterreich{
        display: none;
    }#steiermark{
        display: none;
    }#salzburg_select{
        display: none;
    }#kaernten_selected{
        display: none;
    }#tirol_selected{
        display: none;
    }#burgenland_selected{
        display: none;
    }#voralber_selected{
        display: none;
    }.title_category{
        display: none;
    }#category_selection{
        display: none;
    }#wien_bezirken{
        display: none;
    }.title_bezirk{
        display: none;
    }.title_bundesland{
        display: none;
        z-index: 999;
        width: 70px;
        height: 40px;
        background-color: none;
        border: 1px solid black;
        margin-right: 5px;
        display: none;
        justify-content: center;
        align-items: center;
    }.hide_btn{
        display: none;
    }
}