@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;
  }


h1 {
	  font-size: 1rem;
  }


h1 span {
	  
  }


h2 {
	  font-size: 1rem;
  }


h3 {
	  font-size: 0.9rem;
  }


h4 {
	  	  font-size: 0.9rem;

  }
	
	.top h3 {
  margin: 0;
  font-weight: 700;
  transition: font-weight 0.1s ease;
	color: #ffd000;
}

/* untere Box */


/* 🔥 HOVER auf gesamte Box */
.content-box:hover .top {
  background-color: #ffd000;
}

.content-box:hover .top h3 {
  font-weight: 700;
	color: #000;
}
.slogan {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.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;
  }


.hide {
display: block;
  }


.hide_m {
display: none;
  }


}
.refnr {}

.apply {}
