@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: 1.6rem;
  font-weight: 700;
font-family: 'Judson', sans-serif;
	color: #fff;
	margin: 1rem 0rem;
}
#logo img {
	width: 52%;
}

h1 span {
	  
  }


h2 {
	  
  }


h3 {
	  
  }


h4 {
	  
  }


.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;
  }

	.three {
  width: 100%;
  box-sizing: border-box;
}
	
.content-box2 {
    width: 100%;
    background: #ffffff;
    padding: 1rem 6%;
    margin-bottom: 0px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
	  height: 100%;      /* 👈 wichtig */
	
}

.content-box2-image{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0rem;
}

.content-box2-image img{
  display: block;
  margin: 0 auto;
  max-width: 100px;
  height: auto;
}


}
.refnr {}

.apply {}
