@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;
       margin: 0px;
    }
    p {
        margin: 0 0 10px 0;
    }
    .rahmen {
        min-width: 240px !important;
        width: 100% !important;
       margin: 0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    }
    .rahmen_top {
        width: 100% !important;
    }
    .rahmen_bottom {
        width: 100% !important;
    }
    .content {
      margin: 0 3%;
    }
    .box_top {
        width: 100% !important;
        padding: 10px 3% !important;
    }
    .box_right {
        width: 100% !important;
        margin: 0;
    }
    .box_left {
        width: 100% !important;
        margin: 0;
    }
    .footer {
      padding: 80px 3% 20px 3%;
      margin-top: -60px;
      margin-left: 3%;
      margin-right: 3%;
    }
    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;
    }


.headerflex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 0;
	background: #eff2f2;
}

.headerleft {
	width: 100%;
	height: 20rem;
	overflow:hidden;
}

.headerleft img{
	width: 100%;
}

.headerright{
	width: 100%;
	padding: 20px 35px 20px 30px;
}


    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;
	}
  .logo {
    margin: 20px;
    width: 120px;
    float: right;
  }
  .slider-floater {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  
  #comp-info {
    display: block;
}
  
  .intro {
    float: left;
    width: 100%;
    padding: 40px 3%;
    border-radius: 0 60px 0 0;
    margin-top: 75%;
    background: #eff2f2;
  }

  .intro3 {
    float: left;
    width: 100%;
    padding: 40px 3%;
    border-radius: 0 60px 0 0;
    margin-top: 75%;
    background: #eff2f2;
  }
  .content_inner {
    margin: 0 3%;
    padding: 20px 3%;
    background: #fff;
    -webkit-border-radius: 0 0 0 60px;
    border-radius: 0 0 0 60px;
    position: relative;
    z-index: 1;
  }
}

.refnr {}

.apply {}
