@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
	
    .frame-outer {
      width: 100%;
      font-size: 0.8rem;
    }
	
    .title-block {
		position: inherit;
		right: auto;
      bottom: auto;
      width: 100%;
    } 
	
    .logo {
     position: relative;
        top: 0;
    }
    
    .special {
        font-size: 1.5rem;
    }
    
    .logo img {
        width: 28%;
    }
	
    
    .joinbutton {
        padding: 0.75rem 5%;
        font-size: 0.85rem;
    }
    
	.erste {
  font-size: 0.7rem;
		width: 13%
  
}
	
	.vorteile{ display: flex;
		margin: 0 0 1rem;
	}
	
	.icon, .iconflex{ 
opacity: 1;
width:45%;
        text-align: center;
        margin: 0 auto;

			text-align: center;
	    transition: opacity 0s;
}
	.icon img, .iconflex img{ 
				margin: 1rem auto  0.5rem auto;
		width: 20%
	}

	
    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
	
	.sub-title{
	font-size: 1em;
	}
	
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }
	.txt_gt{
	font-size: 1em;
	line-height: 1.1em;
}

	
    h1 {
      margin: 0px;
      line-height: 1.5;
      font-size: 1.3rem;
		
    }
	
    h2 {
      margin: 0px;
      line-height: 1.5;
      font-size: 1rem;
      font-weight: bold;
    }
	
    .flex {
      display: block;
    }
	
    .left,
    .right {
      width: 100%;
    }
	
    .left {
      margin-bottom: 1rem;
    }
	
    .hide {
      display: inline-block;
    }
	
    .hide_m {
      display: none;
    }
	
    .table {
      border-collapse: collapse;
      table-layout: fixed;
    }
	
    .cell-left,
    .cell-right {
      display: block;
      float: left;
      width: 100%;
      border: none;
      border-bottom: 1rem solid #fff;
    }
    .row {
      display: block;
      float: left;
      width: 100%;
    }
  	.rmfloat {
  		float: none;
  		padding: 0;
  		margin: 0;
  	}
}

.refnr {}

.apply {}

@media only all and (max-width: 440px) {
    .icon {
        width: 100%;
    }
    
    .icon img {
        width: 12%;
    }
}

@media only all and (max-width: 440px) {
    .special {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }   
}
