@media only screen and (min-width: 320px) and (max-width: 767px) {
    #content {
        min-height: 500px;
    }
    table.absenden {
        display:none;
    }
    #portrait_foto {
        display:block;
        position:relative;
        width:100%;

        padding-right:20px;
    }
    #portrait_foto img {
        width:100%;
    }
    #adresse {
        display:block;
        position:relative;
        box-sizing:border-box;
        width:100%;
        margin-top:30px;
        margin-bottom:30px;
    }
    #formular {
        display:block;
        position:relative;
        box-sizing:border-box;
        width:100%;

        padding-bottom:20px;

        min-height:400px;
    }
    input.kontakt_form {
        box-sizing:border-box;
        width:100%;
        height: 30px;
        border: 1px solid #000;
        border-radius:5px;
        margin-top: 8px;
        margin-bottom: 18px;
        font-family: inherit;
        font-size: inherit;
    }
    textarea.kontakt_form {		
        box-sizing:border-box;
        width:100%;
        height: 150px;
        border: 1px solid #000;
        border-radius:5px;
        margin-top: 8px;
        margin-bottom: 18px;
        font-family: inherit;
        font-size: inherit;
    }
    input.submit_kontakt {
        display:block;
        position:relative;
        box-sizing: border-box;
        width:100%;
        height: 32px;
        padding:0px;
        margin:0px;
        margin-left:15px;

        color: #000000;
        font-family: inherit;
        font-size: inherit;
        letter-spacing:1px;

        border: solid #000000 1px;
        border-radius: 5px;
        background-color: #05c1f5;
        background: linear-gradient(to bottom, #05c1f5, #e0f2f7);
        cursor: pointer;

        behavior: url(../_pie/PIE.php);
    }
    input.submit_kontakt:hover {
        background-color: #05c1f5; /* Safari 5.1 */
        background: linear-gradient(to top, #05c1f5, #e0f2f7);
    }
    .fehlermeldung {
        color: #f00;
        font-family: inherit;
        font-size: inherit;
    }
    .trenn_linie_black {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #000;
    }
    #absenden_container_mobile {
        display:block;
        position:relative;

        box-sizing:border-box;
        width:100%;
        padding-bottom:20px;
    }
    #absenden_container_mobile #absenden_hinweis {
        display:block;
        position:relative;
        box-sizing:border-box;
        width:100%;

        margin-bottom:20px;

        line-height:32px;
    }
    #absenden_container_mobile #absenden_button {
        display:block;
        position:relative;
        box-sizing:border-box;
        width:100%;
    }
    #absenden_container_mobile #absenden_button input {
        display:block;
        position:relative;
        width:100%;
        padding:0px;
        margin:0px;
    }
    /* Statusmeldung beim Absenden */
    #senden{
        position: absolute;
        top: 0px;
        left: 0px;
        width:100%;
        height:100%;
        background-color:#eee;
        opacity:0.8;
        visibility: hidden;
        z-index:2;
    }
    #sendentext{
        position: absolute;

        width:100%;
        height:30px;

        top:40%;

        color:#000;
        font-family: inherit;
        font-size:25px;
        text-align: center;

        z-index:2;
    }
}