@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
        font-size: 0.7em;
        line-height: 1.5;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    p {
        margin: 0 0 10px 0;
    }
    .rahmen {
        min-width: 240px !important;
        width: 95% !important;
    }
    .rahmen_top {
        width: 100% !important;
    }
    .rahmen_bottom {
        width: 100% !important;
    }
    .content {
        width: 100% !important;
        padding: 10px 3%!important;
    }
    .box_top {
        width: 100% !important;
        padding: 10px 3% !important;
    }
    .box_right {
        width: 100% !important;
        padding: 10px 3% !important;
    }
    .box_left {
        width: 100% !important;
        padding: 10px 3% !important;
    }

    .box_right2 {
        width: 100% !important;
        padding: 10px 3% !important;
    }
    .box_left2 {
        width: 100% !important;
        padding: 10px 3% !important;
    }
     

    .footer {
        width: 100% !important;
        padding: 10px 3% !important;
    }
    h1 {
        margin: 0px;
        line-height: 1.5;
        font-size: 1.6rem !important;
        font-weight: normal;
    }
    .titel_klein {
        font-size: 1.4rem !important;
    }
    h2 {
        margin: 0px;
        line-height: 1.5;
        font-size: 1.3rem !important;
        font-weight: normal;
    }
    .flex {
        display: block;
    }
    ul {
        margin-left: 9px;
        padding-left: 9px;
        margin-top: 0px;
        list-style-type: disc;
        list-style-image: none;
    }
    li {
        margin: auto;
        padding: 0;
    }
    .bild1 {
        display: none;
    }
    .bild2 {
        display: block;
    }
    .hide {
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
    .cell {
        display: block;
        float: left;
        width: 100% !important;
    }
    .row {
        display: block;
        float: left;
        width: 100% !important;
    }
	.rmfloat {
		float:none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
  .slogan {
    position: inherit;
    top: 0;
    right: 0;
    left: 3%;
    font-size: 1rem;
    color: #575656;
    font-style: italic;
    text-transform: uppercase;
  }

  .smalltext {
    position: inherit;
    left: 3%;
    bottom: 0;
    color: #575656;
    font-size: 0.5rem;
  }
}

.refnr {}

.apply {}
