@media only all and (max-width: 700px) {
    body {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .frame-outer {
        margin: 0;
        width: 100%;
        border: none;
        box-shadow: none;
    }

    h1 {
        font-size: 1.5rem;
    }

    .box-left, .box-right {
        width: 100%;
        float: none;
        margin-bottom: 1rem;
    }

    .content {
        padding-top: 5rem;
    }

    .stoerer {
        display: none;
    }

    .gross {
        font-size: 1rem;
    }

    .flex {
        display: block;
    }

    .left, .right {
        width: 100%;
    }
	
	.content {
		padding: 1rem 2%;
	}

    .left {
        margin-bottom: 0rem;
		padding-bottom: 0;
		background: none;
    }

    .balken_grau, .balken_grau_standort,
    .jobtitel, .bewerbung, .text_schraeg {
        position: static; /* vorher: inherit */
        width: 100%;
        transform: none;
    }



    .hide {
        display: block;
    }

    .hide_m {
        display: none;
    }
}

.refnr {}

.apply {}
