@media only all and (max-width: 700px) {

  /* for 700px or less */


body {
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
  }


.frame-outer {
margin: 0;
width: 100%;
border: none;
box-shadow: none;
	 font-size: 0.75rem; /* minimale Schriftgröße 0.6rem */
  }


h1 {
	  font-size: 1rem; /* minimale Schriftgröße 0.6rem */
  }


h1 span {
	  
  }


h2 {
	  
  }


h3 {
	  font-size: 1rem; /* minimale Schriftgröße 0.6rem */
  }


h4 {
	  
  }

	#logo img {
	width: 40%;
}
	

.flex2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch; /* sorgt für gleiche Höhe */
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; /* schöner Abstand zwischen den Boxen */
	margin-top: 1rem;
}

.box-left {
width: 100%;
margin-bottom: 1rem;
float: none;
  }


.box-right {
width: 100%;
float: none;
  }


.flex {
display: block;
  }


.left,
.right {
width: 100%;
  }


.left {
margin-bottom: 1rem;
  }


.left22 {
margin-bottom: 0rem;
width: 100%;
  }


.hide {
display: block;
  }


.hide_m {
display: none;
  }


}
.refnr {}

.apply {}
