/*
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 : 05.07.2017, 16:06:01
    Author     : dominik
*/
a span.link:hover {
    color: #c00;
    text-decoration: underline;
    cursor: pointer;
}

a.textlink{
    color:#333;
    text-decoration: underline;
}
a.textlink:hover{
    color:#c00;
    text-decoration: underline;
}

.inhalt {
    width: 100%;
    float: left;
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
    position: relative;
    margin: 12px 0 20px;
    background-color: rgba(245,245,245,1);
}

#form_inhalt{
    margin-left: 5px;
    margin-right: 5px;
}

.storno-gepaeck-row{
    height: 50px;
}
.storno-gepaeck-column2{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.floating-left{
    float: left;
}
.floating-right{
    float: right;
}

.bootsfaceNoStyle .panel-body{
    border: 0 !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 10px !important;
}
.bootsfaceNoStyle{
    border: 0 !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;

}
.bootsfaceNoStyle .panel-group{
    border: 0 !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.bootsfaceNoStyle .panel-body{
    border: 0 !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.bootsfaceNoStyle .panel{
    border: 0 !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
}



@media only screen and (min-width:979px) {
    #form_inhalt{
        margin-left: 20px;
        margin-right: 20px;
    }



}
@media only screen and (max-width:991px) {
    .stornieren_resp_floatleft{
        float: none !important;
        padding-left: 50px
    }
}

@media only screen and (max-width:1035px) {
    .floating-left{
        float: none;
    }
    .floating-right{
        float: none;
    }

    .textfeld{
        margin-left: 15px;
    }
    #btn_auftrag_suchen{
        margin-top: 5px;
        margin-left: 15px;
    }
    #panel_suche{
        height: 250px !important;
    }
    #auftragsnr{
        width: 120px !important;       
    }
    #email{
        width: 250px !important;       
    }
    .footer_responsive{
        margin-top: 40px !important;
    }
}
@media only screen and (max-width:767px) {
    #storno_bestaetigung_icon{
        float: none !important;
        width: 60% !important;
        margin: 0 auto !important;
    }
    #ueberschrift1{
        font-size: 22px !important;
        padding-left: 15px !important;
    }
    #ueberschrift2{
        font-size: 22px !important;
        padding-left: 15px !important;
    }
    #ueberschrift3{
        font-size: 18px !important;
    }
}
@media only screen and (max-width:400px) {
    #storno_bestaetigung_icon{
        float: none !important;
        width: 60% !important;
        margin: 0 auto !important;
    }
    #ueberschrift1{
        font-size: 20px !important;
        padding-left: 15px !important;
    }
    #ueberschrift2{
        font-size: 20px !important;
        padding-left: 15px !important;
    }
    #ueberschrift3{
        font-size: 16px !important;
    }
}