@media only screen and (min-width: 1024px) {
    #absenden_container_mobile{
        display: none;
    }
    #portrait_n_adresse_container {
        display:block;
        position:relative;

        box-sizing:border-box;
        width:44%;

        float:left;
    }
    #portrait_foto {
        display:block;
        position:relative;
        width:100%;

        padding-right:20px;
        margin-bottom:25px;
    }
    #portrait_foto img {
        width:100%;
    }
    #adresse {
        display:block;
        position:relative;
        width:44%;

        float:left;
    }

    #formular {
        display:inline-block;
        position:relative;
        box-sizing:border-box;
        width:50%;
        padding-left:25px;

        min-height:400px;
        float:right;

    }
    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:213px;
        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;
    }
    table.absenden {
        display:block;
        position:relative;
        width:100%;
    }
    table.absenden tr td {
        width:50%;
    }
    /* 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;
        top: 50%;
        width:100%;
        min-height:50px;
        
        color: #000;
        font-family: inherit;
        font-size: 35px;
        line-height:46px;
        
        margin-top: -25px;
        text-align: center;
        z-index:2;
        }
}